janishar / android-mvp-architecture

This repository contains a detailed sample app that implements MVP architecture using Dagger2, GreenDao, RxJava2, FastAndroidNetworking and PlaceholderView
https://janisharali.com
Apache License 2.0
4.43k stars 1.24k forks source link

how use database ? #54

Open Iamrookie opened 6 years ago

Iamrookie commented 6 years ago

please write a example about use greendao! Thanks! or where are you have use greendao on app.

amitshekhariitbhu commented 6 years ago

https://mindorks.com/blog/powerful-android-orm-greendao-3-tutorial

anandwana001 commented 5 years ago

@Iamrookie is your issue gets solved?

Iamrookie commented 5 years ago

@anandgaurav10 Still haven't seen it, let's shut it down first.

dpnkrg commented 5 years ago

what is the flow of, On-screen, UI gets a value from an edit text (one or more) and insert into a database field. I am not able to do this in the MVP (java/kotlin) flow. Please help me.

@amitshekhariitbhu @janishar

dpnkrg commented 5 years ago

what is the flow of, On-screen, UI gets a value from an edit text (one or more) and insert into a database field. I am not able to do this in the MVP (java/kotlin) flow. Please help me.

@amitshekhariitbhu @janishar

implemented !!