P81Android
Lurker
Hi guys,
this is my first post here on AndroidForums. I have been working with Android as a programmer since at least 3 months.
I have managed to work (sometime by following an online course) with database, API to retrieve Json file from internet, Firebase (uploading of pictures, authentication, real time database) and other stuff.
I wouldn't consider myself an expert and that is why I'm here asking your help.
I'm thinking about developing an app which will contain a decent amount of data stored in the local database (SQLite) and while browsing through this data I would like to give the user the possibility to have access to extra content that I will personally upload to a Firebase database.
To simplify the example let's imagine that the app will have once you download from the Play Store, 1000 SHOPS so even without internet you can browse through those stores.
I will be responsible to add NEWS that those stores will publish and if a user is connected to the internet can see in the page dedicated to a specific store its NEWS that I've inserted in the Firebase db.
I'm not sure if this is the best way to achieve what I want to achieve.
Any advice?
this is my first post here on AndroidForums. I have been working with Android as a programmer since at least 3 months.
I have managed to work (sometime by following an online course) with database, API to retrieve Json file from internet, Firebase (uploading of pictures, authentication, real time database) and other stuff.
I wouldn't consider myself an expert and that is why I'm here asking your help.
I'm thinking about developing an app which will contain a decent amount of data stored in the local database (SQLite) and while browsing through this data I would like to give the user the possibility to have access to extra content that I will personally upload to a Firebase database.
To simplify the example let's imagine that the app will have once you download from the Play Store, 1000 SHOPS so even without internet you can browse through those stores.
I will be responsible to add NEWS that those stores will publish and if a user is connected to the internet can see in the page dedicated to a specific store its NEWS that I've inserted in the Firebase db.
I'm not sure if this is the best way to achieve what I want to achieve.
Any advice?