Open in app

Sign in

Write

Sign in

Arjun V
Arjun V

14 Followers

Home

Lists

About

Oct 30

Auto Focus Based on Position in RecycleView in Android

UI :

Recyclerview

3 min read

Auto Focus Based on Position in RecycleView in Android
Auto Focus Based on Position in RecycleView in Android
Recyclerview

3 min read


Oct 30

SQLite & DB Migration in Flutter

Add Dependency

Sqlite

4 min read

SQLite & DB Migration in Flutter
SQLite & DB Migration in Flutter
Sqlite

4 min read


Sep 5

Flutter App Testing

Mainly three main types of testing in Flutter. Unit Test -> Test isolated class, methods.. etc. we use. Widget Test -> Testing widget and who’s working. Integration Test -> Automation test test like a user view action. Create a simple flutter app for Reverse String.

Flutter

2 min read

Flutter App Testing
Flutter App Testing
Flutter

2 min read


Aug 17

Responsive Hive in Flutter using Provider.

UI :

Flutter

2 min read

Responsive Hive in Flutter using Provider.
Responsive Hive in Flutter using Provider.
Flutter

2 min read


Jul 26

Dependency Injection Using Dagger 2

Dagger is a fully static, compile-time dependency injection framework for Java, Kotlin, and Android. It is an adaptation of an earlier version created by Square and now maintained by Google. Build.gradle plugins { id 'com.android.application' id 'org.jetbrains.kotlin.android' id 'kotlin-kapt' } android {…

Dagger 2

3 min read

Dependency Injection Using Dagger 2
Dependency Injection Using Dagger 2
Dagger 2

3 min read


Jul 26

WorkManager Using Kotlin Android

WorkManager is intended for work that is required to run reliably even if the user navigates off a screen, the app exits, or the device restarts. For example: Sending logs or analytics to backend services. Periodically syncing application data with a server. Add Dependencies — build.gradle //workmanager dependancies //kotlin+coroutine implementation 'androidx.work:work-runtime-ktx:2.8.1'…

Workmanager

3 min read

WorkManager Using Kotlin Android
WorkManager Using Kotlin Android
Workmanager

3 min read


Jul 26

Notification Using Kotlin & JetPack

Here I explain.. Normal Notification Notification with button Action The notification includes EditText Reply

Notifications

3 min read

Notification Using Kotlin & JetPack
Notification Using Kotlin & JetPack
Notifications

3 min read


Jul 20

Retrofit Logging Interceptor Using Kotlin

Using Logging Interceptor all the network flow we can easily observe using Logcat. and also set connect timeout, read timeout and write timeout manually. These are set inside RetrofitInstance.kt class. val intercepter = HttpLoggingInterceptor().apply { this.level = HttpLoggingInterceptor.Level.BODY } val client = OkHttpClient.Builder().apply { this.addInterceptor(intercepter) }.build() These are for Network…

Retrofit

1 min read

Retrofit Logging Interceptor Using Kotlin
Retrofit Logging Interceptor Using Kotlin
Retrofit

1 min read


Jul 20

Retrofit POST-Using Kotlin Android

Continuous of: https://medium.com/@arjunnarikkuni00/retrofit-using-kotlin-ced7d5891e1 Mainly Retrofit needs 2 files 1.RetrofitInstance.kt(Here we define Base URLs and Retrofit instance creation) 2. AlbumService.kt(interface). Interface AlbumService.kt @POST(value = "/album") suspend fun uploadAlbum(@Body album: AlbumItem) : Response<AlbumItem> Suspend with POST annotation and header params which return Response<AlbumItem> data.

Retrofit

1 min read

Retrofit POST-Using Kotlin Android
Retrofit POST-Using Kotlin Android
Retrofit

1 min read


Jul 18

Auto Migration With Specification Room Database

Here we change one field name into another using Room specification. Current project DataBase :

Database

2 min read

Auto Migration With Specification Room Database
Auto Migration With Specification Room Database
Database

2 min read

Arjun V

Arjun V

14 Followers

Mobile Application Developer

Following
  • Elena

    Elena

  • Brad Pillow

    Brad Pillow

  • Charles Dow

    Charles Dow

  • Hairulloh Sukur

    Hairulloh Sukur

See all (10)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams