Which module or library is good in java for android apps? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Which module or library is good in java for android apps?

I am looking for android apps which module is best for making android apps please suggest me

27th Jan 2021, 7:17 AM
Zakaria Rahimi
Zakaria Rahimi - avatar
4 Answers
+ 1
Actually you can write an android application with Java alone, but if you want to add modules (libraries) it depends on the type of your application. Then you can build it using Android Studio. Anyways you should've used Google before asking such question.
28th Jan 2021, 5:11 AM
Carbon
Carbon - avatar
+ 2
Thanks for you tight answer I want to use google services in my app so what i which(library or module) i have to use ?
28th Jan 2021, 6:09 AM
Zakaria Rahimi
Zakaria Rahimi - avatar
+ 1
Thanks sir i will try to find it
28th Jan 2021, 10:35 AM
Zakaria Rahimi
Zakaria Rahimi - avatar
0
I'm not an Android Applications Developer but i will provide you with the answer i've managed to find on the search engine Google, you need to use the Google API. https://developers.google.com/android/guides/setup Link your application with the Google API to be able to include Google services.
28th Jan 2021, 8:34 AM
Carbon
Carbon - avatar