Ali Abozaid (@AliAbozaid)
  • Stars
    star
    91
  • Global Rank 221,817 (Top 8 %)
  • Followers 34
  • Following 50
  • Registered almost 11 years ago
  • Most used languages
    Java
    100.0 %
  • Location πŸ‡©πŸ‡ͺ Germany
  • Country Total Rank 10,570
  • Country Ranking
    Java
    841

Top repositories

1

OAuth2Library

OAuth2Library is an extension for Retrofit that simplifies the process of authenticating against an OAuth 2 provider.
Java
63
star
2

slick

Slick is an Android library to create applications following the principles of Clean Architecture.
Java
14
star
3

Foursquare_Explorer

The application mainly consists of a map view, once opened it gets user GPS or Network location and requests for nearby venues from Foursquare APIs. Application should cache the retrieved venues so that on next application start up, cached venues are displayed until fresh new venues are retrieved from server. It then places pins of each venue on the map, pin images should be venues images retrieved from Foursquare. Clicking on any pin should open an info window with the name of the venue, when clicking on the info window allow user to check-in in this venue. For user to check-in, this user should be logged in using OAuth implementation of Foursquare login. β€’ I am using Job queue manager library to easily schedule jobs (tasks) that run in the background, improving UX and application stability. You can find it here (https://github.com/path/android-priority-jobqueue) β€’ I am using EventBus that simplifies communication between Activities, Fragments, Threads, Services, etc you can find it here (https://github.com/greenrobot/EventBus) β€’ I am using Retrofit that turns your REST API into a Java interface. It depend on Okhttp and Gson library You can find it here (https://github.com/square/retrofit) or (http://square.github.io/retrofit/ ) β€’ I am using foursquare-android-oauth You can find it here (https://github.com/foursquare/foursquare-android-oauth) β€’ I am using google play services
Java
9
star
4

Grability

This is an android app sample follows clean code architecture.
Java
4
star