An open API service indexing awesome lists of open source software.

https://github.com/amejia481/droidtalksandroid

The android app for http://www.droidtalks.pro/
https://github.com/amejia481/droidtalksandroid

android-application android-talks

Last synced: over 1 year ago
JSON representation

The android app for http://www.droidtalks.pro/

Awesome Lists containing this project

README

          

# DroidTalksAndroid

DroidTalksAndroid is the android app of the website http://www.droidtalks.pro/.

The main idea behind this project is to be able to share interesting Android resources.

## ScreenShots

## MainActivity

## ResourcesDetailActivity

## EventsTab

## CreatorsTab

## CreatorDetails

### Actual features:
+ Show all Topics
+ Show detail resources by Topic
+ Show all Events
+ Show Creators
+ Show detail resources by Creator

### Future features:
+ CI

### App Architecture:
+ Model View Presenter (MVP)
+ Package by feature
+ Kotlin
+ Lightweight class injection
+ JVM tests
+ UI tests using Espresso
+ Firebase database

### Related Repository
- [Droid Talks Web](https://github.com/Amejia481/DroidTalks)