Author Archives: Ankit Soni

Flutter & SQL

SQLite Database in Flutter

  If you are working on an application in which some API gives the same supposed low-level response again and again then at that time there is no need to hit the API every time. So, to overcome this we store that data in some storage for eg: we use SharedPrefs(For storing low-level data) at Continue Reading »

Flutter Payment

Flutter Payment Integration

Nowadays every business is coming online to reach their customers easily and also increase the number of customers. So, for working everything smoothly businesses are trying to make everything digital and then the payment method comes into play. Every business handles their customers by their website or by their mobile applications and if we talk Continue Reading »

Jetpack compose

Jetpack Compose

If you are an android developer then surely you are making your UI in an XML file and then attach it to the java file or Kotlin file using the setContentView() method. So, to overcome this separation android provides the new feature which is “Jetpack compose”. With the help of the jetpack compose library we Continue Reading »

MVVM Architecture Advantage – Android

For a good application developer whether android or iOS should follow an architecture to build a project. The better the architecture the better will be the code structure and better will be its readability. If you don’t follow any architecture then start following one.  In this blog, we will focus on the Android platform. There Continue Reading »