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/
- Host: GitHub
- URL: https://github.com/amejia481/droidtalksandroid
- Owner: Amejia481
- Created: 2017-05-09T00:11:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-29T19:57:54.000Z (almost 9 years ago)
- Last Synced: 2025-03-21T11:50:32.461Z (over 1 year ago)
- Topics: android-application, android-talks
- Language: Kotlin
- Size: 1.06 MB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)