#app-development
Read more stories on Hashnode
Articles with this tag
Retrofit retrofit = new Retrofit.Builder() .baseUrl(BASE_URL) .addConverterFactory(GsonConverterFactory.create()) ...
Part - 2 · Of course! Here's a concise summary of your queries: Understanding Android Concepts 1. Adapter Purpose: Bridge between data and...
ViewModel in Android with Kotlin DSL: Define a ViewModel class: kotlinCopy code// SharedViewModel.kt package com.example.tossit import...
override fun onCreateView(...): View?: This function is part of an Android Fragment and is responsible for creating the fragment's view hierarchy. It...
Navigation app short notes · DataBindingUtil.inflate Parameter (false): The false parameter in DataBindingUtil.inflate indicates whether the inflated...
Color changing on click APP · setListener -> Main function/method ,clickable view-> variable to store list of views clickableView: List<View> =...