Dart Flutter Tutorial

By // No comments:
Thumbnail
1. Install the plugin 2. Search plugin flutter 3. Start a new flutter project 4.Select the flutter Application  5.Select the SDK Path DOWNLOAD THE  FLUTTER SDK PATH                                                                                      ...

Retrofit Tutorial in Android

By // No comments:
1. What is Retrofit? Retrofit is a REST Client library Helper library used in android and java to create an HTTP  request and also process the HTTP  response from a REST API. 2. Create an Interface Class.    public interface endpointservice {                 // GET AND SET two method use to depend on you.      // put the endpoint file name in GET("") . that means the last name of the base URL      @GET("users.php")     // first my module convert the list then get the value by listresponse()      Call<List<mymodule> listresponse(@Field("User_name"),String name) } 3. Create the Instance Class.  public...

Navigation Drawer

By // No comments:
Thumbnail
This is the sidebar . and also called the Navigation Drawer. two buttons are created first is false and second is true then different data display in the navigation bar // first  two onclick listeners create than called the two method different parameters // two methods initialization https://github.com/popnitesh/Navigationb...
Powered by Blogger.