Code Monkey home page Code Monkey logo

androidlabweek7's Introduction

Android Lab Week 7

  1. Storage read/ write
  2. SQLITE Insertion/Deletion/Updation
  3. Load data from server

1. Storage read/write

You can find the file in app's folder named "myFile.txt"

2. SQLITE Insertion/Deletion/Updation

At first add a contact by choosing a add new option in toolbar. You can edit the existing ones by clicking on it.

3. Load from server

For this I didn't use any PHP script or MYSQL DB, I made a endpoint via www.myjson.com which creates a json array as output. https://api.myjson.com/bins/19xo2h

For normal users

Here to modify your data use, myjson to create new end json array(Try to keep it as a array of strings as my Android Java code handles only that) and edit the end point address specified in ApiClient.java and ApiInterface.java.

Split the end point as I use, https://api.myjson.com/bins/ part for the ApiClient.java and 19xo2h/ part for the ApiInterface.java

For Adavanced Users

I have used Retrofit library to Get Json and parse. If you want to modify the type of data displayed, use your own JSON and modify the Calling interface accordingly to get desired results.

Please don't tell the staff about the PHP and MYSQL parts, even if you wish to do it.

P.S.: You can use www.heroku.com to deploy a PHP Server and MYSQL DB.

androidlabweek7's People

Contributors

ananthakr avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.