Feswal Salim

Salim is an undergraduate student pursuing a degree in Computer Science. He is an Android Developer and loves participating in developer communities. He likes reading novels, listening to music, gaming, and travelling.

3

0
Salim is an undergraduate student pursuing a degree in Computer Science. He is an Android Developer and loves participating in developer communities. He likes reading novels, listening to music, gaming, and travelling.
3
0
Apr 28, 2022
When working with Room database, you may need to store custom data types such as Date, Bitmap, and so on. The @TypeConverter annotation can be applied to the database access methods.
Feb 22, 2022
When it comes to choosing a remote database that offers real-time capabilities, authentication features, media storage services, serverless functions, and many more services, people usually go for Firebase.
Nov 27, 2021
When creating forms in Android apps, you may want to present all the information in the available screen space. This approach is a bit cumbersome as not everything can fit in one screen.