Change Language in flutter
Select Language Class in main.dart App Translation
programming made easy
Select Language Class in main.dart App Translation
Important Sites for Flutter Developers Generate Icon :- https://appicon.co This Site generate app icon for android and ios both very quickly For Model Class :- for Model class use https://quicktype.io/ To Send your APK and IPA file:- https://www.diawi.com/
horizontal_item_booking.xml:- Layout with Rating bar :- Order Single item :- Show product in grid layout :- Review item design:- Grid_list_item:- grid_list item for product :- item for horizontal scrolling :-
How to use api in android app| how to integrate api in android using retrofit dependency for retrofit Step 1:- Create a Package name Api make a class ApiClient.java Step2:- Api Interface ApiInterface.java Step3:- Fragment_booking.xml Step4:- layout for recyclerview item food_single_item.xml Step5:- FoodAdapter.java Step6:- Booking_Fragment.java Step7:- Create Util folder and create a java class for […]
How to insert static data in recyclerview | recyclerview simple example in easy way Step1:- Create xml where you want to show list .in this article we add in fragment fragment_profile.xml :- Step2:- Create a layout for recyclerview item horizontal_item_single_row.xml Step3:- Now we will create Adapter for recyclerview Profile_Adapter.java Step4:- Profile_Fragment.java For Binding Concept Click […]
In this Project we will use sqlite database to store contact and show all contacts in recyclerview and if you click on contact you will move to new Activity that is Dispaly Contact. Step1:- MainActivity.xml Step2:- displayContact.xml Step3:- Item for recycler view row.xml:- Step4:- MainActivity.java Step5:- displayContact.java Step6:- create params.java Step7:- Create model class for […]
how to replace fragment | Step1: Step2:- in onCreate method Step3:- Create these to methods
how to use Bottom navigation in android Step1:- Put Frame Layout in Activity where you need to pass fragment. Step2: for Bottom navigation Step3:- MainActivity.java Step3:- Menu.xml
Step1:- We have a RecyclerView in MainActivity MainAcitivity.xml Step2:- We have to create a layout for recycler view items order_list_item.xml Step3:- Create Model Class ProductModel.java Step4:- Now Create Adapter Class. ProductAdapter: Step5:- MainActivity.java Now Recycler view part is completed . if you want to add drawer in this we have some more steps Step1:- Toolbar […]
Step 1: Create Object in java class:- Step2: Call your method like dataSpeed will call every 10ms