Skip to content

The test project just to get familiar with latest work patterns on android.

Notifications You must be signed in to change notification settings

usamasarwar36/AndroidTestDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

-Demo Project Implementation

-From a high level point of view the demo consists of a list of posts, where each post has its own detail.

-Posts Screen

  • A post has a title. To retrieve the posts, the following is used:

-* http://jsonplaceholder.typicode.com/posts

  • When a post is tapped, the detail screen loads.

-Detail screen

  • A post detail screen,: -* Its author. -* Its description (via the body). -* Number of comments it has.

  • Remaining information is retrieved from:

-* http://jsonplaceholder.typicode.com/users -* http://jsonplaceholder.typicode.com/comments

-Requirements

-The focus of this demo is to use and explore:

-* Use Java and the latest Android SDK as a target platform. -* The information (posts and post details) is available offline. It's assumed that if it's the first time you are accessing the app, and you are offline, you shouldn't see anything.

-Learning Outcome

-Libraries Used

-*Retrofit -*Butterknife -*Appcomapct v7 -*Pencil

About

The test project just to get familiar with latest work patterns on android.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages