_pranjalDutta's profile picture. @Android_Developer @Jetpack @Kotlin @MVVM @Retrofit @Firebase

pranjal

@_pranjalDutta

@Android_Developer @Jetpack @Kotlin @MVVM @Retrofit @Firebase

Day - 3 Expense Tracker App From presentation layer: Implemented ExpenseViewModel for handling all the events such as Save expense, delete expense, sort expense etc. Github:- lnkd.in/gx7h3VfP Happy coding 😊

_pranjalDutta's tweet image. Day - 3

Expense Tracker App

From presentation layer: 

Implemented ExpenseViewModel for handling all the events such as Save expense, delete expense, sort expense etc.

Github:- lnkd.in/gx7h3VfP 

Happy coding 😊

Day - 2 Expense Tracker App From the presentation layer:- -> ExpenseState implemented. -> ExpenseEvent implemented. Github:- lnkd.in/gx7h3VfP Happy coding 😊

_pranjalDutta's tweet image. Day - 2

Expense Tracker App

From the presentation layer:-
-> ExpenseState implemented.
-> ExpenseEvent implemented.

Github:- lnkd.in/gx7h3VfP

Happy coding 😊

Day - 1 Expense tracker App. From the data layer:- 1. Implement Expense Data class. 2. Implement ExpenseDao interface. 3. Implement ExpenseDatabase. Github:- lnkd.in/gx7h3VfP -> Welcome advise and guidance. Happy coding 😊 #learningbydoing #kotlin #android

_pranjalDutta's tweet image. Day - 1 

Expense tracker App.

From the data layer:- 
1. Implement Expense Data class.
2. Implement ExpenseDao interface.
3. Implement ExpenseDatabase. 

Github:- lnkd.in/gx7h3VfP

-> Welcome advise and guidance.

Happy coding 😊 

#learningbydoing #kotlin #android

Day -0 Expense tracking App Features:- 1. User Authentication. 2. Expense Management. 3. Category Based Expense Organization. 4. Expense Reports. 5. Cloud Sync with Google sheet API. 6. Notification for Bills/Spending Limits. 7...........

_pranjalDutta's tweet image. Day -0 
Expense tracking App
Features:- 
    1. User Authentication.
    2. Expense Management.
    3. Category Based Expense Organization.
    4. Expense Reports.
    5. Cloud Sync with Google sheet API.
    6. Notification for Bills/Spending Limits.
    7...........

What is WorkManager in Android:- Well it's a jetpack library which will help you to run background task reliably. Such as synchronization of data.. Happy coding 😊 #androiddevelopment #kotlin #learningbydoind #coreandroid

_pranjalDutta's tweet image. What is WorkManager in Android:- 

    Well it's  a jetpack library which will help you to run background task reliably. Such as synchronization of data..

Happy coding  😊 

#androiddevelopment #kotlin #learningbydoind #coreandroid

DI:- What is it, actually it's a software design pattern which helps us in reusability and maintainability of code.. Benefits:- *. Reusability *. Maintainability *. Testability etc. Happy coding 😊 #androiddevelopment #kotlin #dependencyinjection

_pranjalDutta's tweet image. DI:- What is it, actually it's a software design pattern which helps us in reusability and maintainability of code..

Benefits:-  

  *. Reusability
  *. Maintainability 
  *. Testability etc.

Happy coding 😊 

#androiddevelopment #kotlin #dependencyinjection

Proud to share. Here is my participation certificate for "7 day Android App Challenge" from Android Engineers and all thanks goes to Akshay Nandwana Happy coding 😊 #androiddevelopment #jetpackcompose #kotlin #mvvm

_pranjalDutta's tweet image. Proud to share. Here is my participation  certificate for "7 day Android App Challenge" from Android Engineers  and all thanks goes to Akshay Nandwana 

Happy coding 😊

#androiddevelopment #jetpackcompose #kotlin #mvvm

Day-1:- UI design for CineScope Application with figma (7 Day Android Application Development Challenge) Akshay Nandwana ..... Android Engineers Happy coding 😊 #androiddevelopment #kotlin #ui #jetpackcompose #figma

_pranjalDutta's tweet image. Day-1:-   UI design for CineScope Application with figma (7 Day Android Application  Development  Challenge) Akshay Nandwana ..... Android Engineers 

Happy coding 😊

#androiddevelopment #kotlin #ui #jetpackcompose #figma

Hay there, I am thrill to announce that I have accepted "7-DAY ANDROID APP CHALLENGE" provided by Akshay Nandwana, Thank you very much for providing this wonderful opportunity to learn and grow with industry expert..Android Engineers Happy coding....😊 #androiddevelopment

_pranjalDutta's tweet image. Hay there, I am thrill to announce that I have accepted "7-DAY ANDROID APP CHALLENGE" provided by Akshay Nandwana, Thank you very much for providing  this wonderful opportunity to learn and grow with industry expert..Android Engineers 

Happy coding....😊

#androiddevelopment

Android Intent is the message that is passed between components. Implicit Intent doesn't specifiy the component.. Explicit Intent specifies the component.

_pranjalDutta's tweet image. Android Intent is the message that is passed between components.

Implicit Intent doesn't specifiy the component..

Explicit Intent specifies the component.

Coroutine Scope:- 1. Global scope:- Coroutine launched within this scope, they live long as the application does. 2. LifeCycle Scope:- Coroutine launched within the activity also dies when the activity dies. 3. ViewModel Scope:- ...live as long the view model is alive.

_pranjalDutta's tweet image. Coroutine Scope:-

1. Global scope:-   Coroutine launched within this scope, they live long as the application does. 

2. LifeCycle Scope:-  Coroutine launched within the activity also dies when the activity dies. 

3. ViewModel Scope:-  ...live as long the view model is alive.

Android Debugger.:- The debugger is an essential tool that lets you inspect the execution of the code that powers your Android apps so that you can fix any bug in it.. Few usefull button in the debug panal:- Step into Step over Step out Happy coding😊 #android #debugger

_pranjalDutta's tweet image. Android Debugger.:-

The debugger is an essential tool that lets you inspect the execution of the code that powers your Android apps so that you can fix any bug in it.. 

Few usefull button in the debug panal:-

Step into
Step over
Step out

 Happy coding😊

#android #debugger

Task - 1 Completed given by @CodSoft Features:- * Allow user to add task with title and optional description. * Allow user to set priority. * Allow user to Edit task title and description. * Allow user to mark tasks as complete or active........ And more #internship


Hello connection:- I would like to share my Internship offer letter from @CodSoft for the "Android App Development" virtual internship position.. and also like to thank @CodSoft for offering me this opportunity. #codsoft #internship #androiddevelopment

_pranjalDutta's tweet image. Hello connection:- 

    I would like to share my Internship offer letter from @CodSoft  for the "Android App Development" virtual internship position.. and also like to thank @CodSoft  for offering me this opportunity. 

#codsoft #internship #androiddevelopment

Geocoder:- A class for handling geocoding and reverse geocoding. Geocoding is the process of transforming a street address or other description of a location into a coordinate. Reverse geocoding is the process of transforming a coordinate into a address. Happy codin😊

_pranjalDutta's tweet image. Geocoder:-

 A class for handling geocoding and reverse geocoding. Geocoding is the process of transforming a street address or other description of a location into a coordinate. Reverse geocoding is the process of transforming a coordinate into a address. 

Happy codin😊

Hey connection:- I have created a new ToDo List App following MVVM. And I used SharedPreference() to persistently store the task.. Below is my GitHub link have a look and share your thoughts. GitHub:- lnkd.in/eug76Vn9 Happy coding😊 #androiddevelopment #kotlin #mvvm


YouTube Pro App:- Hay, guise I have created a YouTube similarly app were I have displayed the list of videos in a scrollable screen and a search bar for searching the videos. GitHub:-lnkd.in/eAxzYWJP Happy coding😊 #androiddevelopment #kotlin #jetpackcompose


pranjal reposted

Mass Remote summer Internships For Devs ➔ UI/UX ➔ Web Dev ➔ Mobile App ➔ Data Science Important Details: • Type: Remote • Work: Flexible •Salary upto 112k To Get link , 1. Like & Reply “ internship ” 2. Retweet (much appreciated☺️) 3. Follow me (so that I can DM)

e_opore's tweet image. Mass Remote summer Internships For Devs

➔ UI/UX
➔ Web Dev
➔ Mobile App
➔ Data Science

Important Details:

• Type: Remote
• Work: Flexible
•Salary upto 112k

To Get  link ,

1. Like & Reply “ internship ”
2. Retweet (much appreciated☺️)
3. Follow me (so that I can DM)

Retrofit:- is a type safe HTTP client for Android and Java, and it highly used in Kotlin-based Android applications. Developed by Square, Retrofit simplifies the process of consuming JSON or XML data which is transformed into kotlin Or java objects in your application.

_pranjalDutta's tweet image. Retrofit:- is a type safe HTTP client for Android and Java, and it highly used in Kotlin-based Android applications. 

Developed by Square, Retrofit simplifies the process of consuming JSON or XML data which is transformed into kotlin Or java objects in your application.

Here is my RecipeApp with third party API Integration. Happy coding😊 #androiddevelopment #jetpackcompose #learningbydoing #kotlin


Loading...

Something went wrong.


Something went wrong.