Home / Computer Science / Design and implementation of a file sharing application for android

Design and implementation of a file sharing application for android

 

Table Of Contents


<p> </p><p>INTRODUCTION</p><p>11 &nbsp; &nbsp; &nbsp; Background</p><p>12 &nbsp; &nbsp; &nbsp; Aim of the Project</p><p>13 &nbsp; &nbsp; &nbsp; Application of the Project &nbsp; &nbsp; &nbsp;</p><p>14 &nbsp; &nbsp; &nbsp; Requirements of the Application</p><p>15 &nbsp; &nbsp; &nbsp; Report Structure</p><p><strong>

Chapter TWO

</strong></p><p>LITERATURE REVIEW</p><p>20 &nbsp; &nbsp; &nbsp; INTRODUCTION</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (i) &nbsp; &nbsp; &nbsp; &nbsp; Removable media</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (ii) &nbsp; &nbsp; &nbsp; &nbsp;Centralized servers on computer networks</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (iii) &nbsp; &nbsp; &nbsp; World wide web based hyperlinked documents</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (iv) &nbsp; &nbsp; &nbsp; Distributed peer to peer networking</p><p>21 &nbsp; &nbsp; &nbsp; Android</p><p>22 &nbsp; &nbsp; &nbsp; Cloud Computing</p><p>23 &nbsp; &nbsp; &nbsp; Java Programming Language</p><p>24 &nbsp; &nbsp; &nbsp; A Brief Overview Of Similar Applications</p><p>241 &nbsp; &nbsp;Dropbox Overview</p><p>242 &nbsp; &nbsp;Google Drive Overview</p><p>243 &nbsp; &nbsp;Icloud Overview</p><p>244 &nbsp; &nbsp;Skydrive Overview</p><p>245 &nbsp; &nbsp;Sugarsync Overview &nbsp;</p><p><strong>

Chapter THREE

</strong></p><p>DESIGN AND DEVELOPMENT APPROACH</p><p>30 &nbsp; &nbsp; &nbsp; Introduction</p><p>31 &nbsp; &nbsp; &nbsp; Design Requirements </p><p>311 &nbsp; &nbsp;Functional Requirements</p><p>312 &nbsp; &nbsp;Non Functional Requirements</p><p>32 &nbsp; &nbsp; &nbsp; System Architecture &nbsp;</p><p>33 &nbsp; &nbsp; &nbsp; The Restful Architecture</p><p>34 &nbsp; &nbsp; &nbsp; Development Approach</p><p>35 &nbsp; &nbsp; &nbsp; Android Sdk</p><p>36 &nbsp; &nbsp; &nbsp; Server Side Technologies</p><p>37 &nbsp; &nbsp; &nbsp; Data Structures For Data Transmission</p><p>38 &nbsp; &nbsp; &nbsp; Summary</p><p><strong>

Chapter FOUR

</strong></p><p>IMPLEMENTATION AND TESTING</p><p>41 &nbsp; &nbsp; &nbsp; Introduction</p><p>42 &nbsp; &nbsp; &nbsp; Development Methodology</p><p>43 &nbsp; &nbsp; &nbsp; Eclipse</p><p>44 &nbsp; &nbsp; &nbsp; Android Virtual Machine</p><p>45 &nbsp; &nbsp; &nbsp; Server Side Application</p><p>46 &nbsp; &nbsp; &nbsp; Client Side Application</p><p>47 &nbsp; &nbsp; &nbsp; Protocol Buffers</p><p>480 &nbsp; &nbsp;Introduction To Testing</p><p>481 &nbsp; &nbsp;Server Side Testing</p><p>482 &nbsp; &nbsp;Client Side Testing</p><p>483 &nbsp; &nbsp;Real World Testing</p><p>484 &nbsp; &nbsp;Challenges</p><p>4</p><p>9 &nbsp; &nbsp; &nbsp; Summary</p><p><strong>

Chapter FIVE

</strong></p><p>CONCLUSION</p><p>50 &nbsp; &nbsp; &nbsp; Evaluation</p><p>51 &nbsp; &nbsp; &nbsp; Functional Requirements</p><p>52 &nbsp; &nbsp; &nbsp; Non-Functional Requirements &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </p><p>53 &nbsp; &nbsp; &nbsp; Referring to the Use Case</p><p>54 &nbsp; &nbsp; &nbsp; Recommendations</p><p>Reference</p><p><strong>Appendix</strong></p><p><strong>LIST OF FIGURES</strong></p><p>Fig 10 &nbsp; the Diagram for the Client Side Application</p><p>Fig 20 &nbsp; the Design Diagram of the Server Side Application</p><p>Fig 30 &nbsp; A UML Diagram of the Server Side Architecture</p><p>Fig 40 &nbsp; A Sequence Diagram showing interactions between the Client and the Server</p><p>Fig 41 The Eclipse plugin toolbars for Android and App Engine</p><p>Fig 42 The Android Virtual Machine</p><p>Fig 43 Application Login Screen</p><p>The file browser view of the application</p><p>Fig 44 The file browser context menu</p><p>Fig 45 The view of the list of boxes the user can access</p><p>Fig 46 the context menu for a box</p><p>Fig 47 The upload file activity</p> <br><p></p>

Project Abstract

Over the last few years, there has been a drastic change in information technology.  This includes the various ways in which files can be shared and stored.

Cloud computing is publicized as the next major step for all forms of typical information technology use.  From businesses, to non-profit organisations, to single users, there seems to be various applications which can use cloud computing to offer better, faster, and smarter computing. Android Operating System is a relatively new mobile Operating System which has been steadily taking over more and more market stake. Easy to use, easy to develop for, and open-source, it has picked up a following of developers who want to create content for the masses. This project aims to combine the two, building a cloud based application for Android, offering users the power of cloud computing in the palm of their hand for file sharing and collaboration.


Project Overview

INTRODUCTION

11       Background

12       Aim of the Project

13       Application of the Project      

14       Requirements of the Application

15       Report Structure

CHAPTER TWO

LITERATURE REVIEW

20       INTRODUCTION

            (i)         Removable media

            (ii)        Centralized servers on computer networks

            (iii)       World wide web based hyperlinked documents

            (iv)       Distributed peer to peer networking

21       Android

22       Cloud Computing

23       Java Programming Language

24       A Brief Overview Of Similar Applications

241    Dropbox Overview

242    Google Drive Overview

243    Icloud Overview

244    Skydrive Overview

245    Sugarsync Overview  

CHAPTER THREE

DESIGN AND DEVELOPMENT APPROACH

30       Introduction

31       Design Requirements

311    Functional Requirements

312    Non Functional Requirements

32       System Architecture  

33       The Restful Architecture

34       Development Approach

35       Android Sdk

36       Server Side Technologies

37       Data Structures For Data Transmission

38       Summary

CHAPTER FOUR

IMPLEMENTATION AND TESTING

41       Introduction

42       Development Methodology

43       Eclipse

44       Android Virtual Machine

45       Server Side Application

46       Client Side Application

47       Protocol Buffers

480    Introduction To Testing

481    Server Side Testing

482    Client Side Testing

483    Real World Testing

484    Challenges

4

9       Summary

CHAPTER FIVE

CONCLUSION

50       Evaluation

51       Functional Requirements

52       Non-Functional Requirements          

53       Referring to the Use Case

54       Recommendations

Reference

Appendix

LIST OF FIGURES

Fig 10   the Diagram for the Client Side Application

Fig 20   the Design Diagram of the Server Side Application

Fig 30   A UML Diagram of the Server Side Architecture

Fig 40   A Sequence Diagram showing interactions between the Client and the Server

Fig 41 The Eclipse plugin toolbars for Android and App Engine

Fig 42 The Android Virtual Machine

Fig 43 Application Login Screen

The file browser view of the application

Fig 44 The file browser context menu

Fig 45 The view of the list of boxes the user can access

Fig 46 the context menu for a box

Fig 47 The upload file activity


Blazingprojects Mobile App

📚 Over 50,000 Project Materials
📱 100% Offline: No internet needed
📝 Over 98 Departments
🔍 Software coding and Machine construction
🎓 Postgraduate/Undergraduate Research works
📥 Instant Whatsapp/Email Delivery

Blazingprojects App

Related Research

Computer Science. 2 min read

Predicting Disease Outbreaks Using Machine Learning and Data Analysis...

The project topic, "Predicting Disease Outbreaks Using Machine Learning and Data Analysis," focuses on utilizing advanced computational techniques to ...

BP
Blazingprojects
Read more →
Computer Science. 4 min read

Implementation of a Real-Time Facial Recognition System using Deep Learning Techniqu...

The project on "Implementation of a Real-Time Facial Recognition System using Deep Learning Techniques" aims to develop a sophisticated system that ca...

BP
Blazingprojects
Read more →
Computer Science. 3 min read

Applying Machine Learning for Network Intrusion Detection...

The project topic "Applying Machine Learning for Network Intrusion Detection" focuses on utilizing machine learning algorithms to enhance the detectio...

BP
Blazingprojects
Read more →
Computer Science. 2 min read

Analyzing and Improving Machine Learning Model Performance Using Explainable AI Tech...

The project topic "Analyzing and Improving Machine Learning Model Performance Using Explainable AI Techniques" focuses on enhancing the effectiveness ...

BP
Blazingprojects
Read more →
Computer Science. 2 min read

Applying Machine Learning Algorithms for Predicting Stock Market Trends...

The project topic "Applying Machine Learning Algorithms for Predicting Stock Market Trends" revolves around the application of cutting-edge machine le...

BP
Blazingprojects
Read more →
Computer Science. 2 min read

Application of Machine Learning for Predictive Maintenance in Industrial IoT Systems...

The project topic, "Application of Machine Learning for Predictive Maintenance in Industrial IoT Systems," focuses on the integration of machine learn...

BP
Blazingprojects
Read more →
Computer Science. 3 min read

Anomaly Detection in Internet of Things (IoT) Networks using Machine Learning Algori...

Anomaly detection in Internet of Things (IoT) networks using machine learning algorithms is a critical research area that aims to enhance the security and effic...

BP
Blazingprojects
Read more →
Computer Science. 2 min read

Anomaly Detection in Network Traffic Using Machine Learning Algorithms...

Anomaly detection in network traffic using machine learning algorithms is a crucial aspect of cybersecurity that aims to identify unusual patterns or behaviors ...

BP
Blazingprojects
Read more →
Computer Science. 4 min read

Predictive maintenance using machine learning algorithms...

Predictive maintenance is a proactive maintenance strategy that aims to predict equipment failures before they occur, thereby reducing downtime and maintenance ...

BP
Blazingprojects
Read more →
WhatsApp Click here to chat with us