Skip to content

neerajakshid/Emojis-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Emojis-Client

Emojis Client is an android app that allows a user to view all the Emojis displayes, enables users to pick an emoji and search for an emoji. The app utilizes Github API (https://api.github.com/emojis).

User Stories:

The following functionality are implemented in the app:

  • User can view all the emojis from the Github API in a GridView
  • User can select an emoji from the GridView and the corresponding emoji is selected, the name and image of the selected emoji are displayed (by default first emoji is displayed)
  • The emojis are stored in SQLite Database (through ActiveAndroid ORM) for persistance. In case of network failure, emojis are displayed from SQLite Database
  • User can search for an emoji entering the name of the emoji
  • User can infinitely paginate through the list of emojis by scrolling to the bottom of the grid

Open-source libraries used

  • Volley Plus
  • Picasso
  • Active Android ORM

About

Emojis Client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages