Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Extrawebview | 89 | 4 years ago | 1 | apache-2.0 | Java | |||||
the flexible and easy to use WebView library | ||||||||||
Apphunt_android | 2 | a year ago | Java | |||||||
A repository for the AppHunt android app. | ||||||||||
Funnyvote | 2 | 4 years ago | Java | |||||||
A Android APP for Funny to vote anything |
This is the main repository of the AppHunt Android app - LINK. The project is almost abandoned. It had a great success story but our team split up so now the maintaining part is really taking too much time for a single person to handle.
The app has an API class using Volley. When you make a request you call the API to make a request. It adds a request to the Volley queue and when the request is done it posts an event using the Otto event bus. The components which are listening for the event will receive it and visuallize the data.
Fragments get unsubscribed from the event bus when they are being replaced or become hidden from another fragment which is placed in the backstack over them.
Vote buttons and several other components are custom views. They extend LinearLayout and subscribe to the bus in onAttachToWindow. That is how when you vote an app in the details screen, it is voted also in the list of apps screen.
When the user opens the app he is automatically logged in as an anonymous user. Afterwards he can login with G+, Facebook, Twitter.
Contact me at: [email protected] Thanks!
Feel free to use this code as you want! I hope there will be a person that will find the app helpful and will continue supporting it!