Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 hours ago.
Improve this question
I want to become an Mobile Application developer and i had just finished a beginner course on Android dev using Kotlin.Can any one suggest me what should be my next step towards my goal.What topic should i learn next?
Should it be Flutter,Jetpack,Firebase,Retrofit,React Nativ etc.
I need mentorship!
Roadmap to Mobile Application Developer
You should learn these:
DataBinding
Coroutine
LiveData and Flow
or these:
Navigation
Room
I think it's important to you .
Related
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 days ago.
Improve this question
Currently, I have gone through Bloc, GetX, Provider, and Clean architecture in flutter application development. I want to know what is the best architecture pattern for a Banking App in a flutter with the following,
Security
Reliable
Maintainable
Easy to use
For the long run
Bloc, Redux, Mobx, Riverpod, Provider.
You can read a documentation about it and choose one of them
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 1 year ago.
Improve this question
As there are many techs to achieve SM in Flutter....
Which will be best as a intermediate while developing a real world app??
As for starter try to learn Provider, it's simple. No need in learning another packages. Currently, I have 2 projects based only on Provider.
It's depend upon you and your requirements. You have to maintain the state based in your scenario. All the package you mentioned, used different different approached for state management.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
I want to create a simple scrolling game application for android and iOS, but I don't know which technologies I can use instead of create 2 projects, one for android and one for iOS. I saw a lot of technologies like unity, unreal.. but I don't know the best to use for these kind of project. Can you tell me which languages or technologies you use ?
I think Unity is good for both iOS, Android and Web game.
Unity3D
and check this link
http://venturebeat.com/2014/08/20/the-top-10-engines-that-can-help-you-make-your-game/
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
How to implement Google Cloud Message in an Android application?
We can't really give you the code as each application has it's own unique features.
But I can tell you what are the best/common sources.
First of all - read the official documentation (it's really step by step) - Here
Second, Here's a nice tutorial with code to implement, check this one out
Hope it will help you.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I have been switching from Eclipse to Android Studio for Android development, and now integrating the Facebook SDK (which is a library project), it is quite mind blowing for me that previously I can import the library with a few clicks with less than one minute [1], but now I need to read a whole essay and spent an hour to figure out the same thing.
Can anyone tell me what exactly the advantage in using gradle then?
https://developers.facebook.com/docs/android/getting-started
https://developers.facebook.com/docs/getting-started/facebook-sdk-for-android-using-android-studio/3.0/