I am doing a simple basic test example in android studio and for this usually I felts need to use different symbols or methods like Toast, Edittext, etc. So I want to know if there is any documentation or any webpage from where I can get know that what method or symbol can be used by importing which package
Sure is. The official Android developer website is your friend. Contains all the Javadocs for every package and every single API version. Basically it's the bible for Android developers
For instance, if I want to know what EditText has to offer, it's explained here:
Sure is. The official Android developer website is your friend. Contains all the Javadocs for every package and every single API version. Basically it's the bible for Android developers
For instance, if I want to know what EditText has to offer, it's explained here:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.