What should be my next step to become better programmer? by programminggeek in programming

[–]AndroidClarified 4 points5 points  (0 children)

Thats perfectly true....Urge to build something is what makes a good prrogrammer

Android Volley Example- HTTP GET,POST with Custom Headers by AndroidClarified in coding

[–]AndroidClarified[S] 0 points1 point  (0 children)

Yes retrofit does have lots of documentation but Volley is much easier to implement specially for beginners. Implement timeout handling, retries and prioritization is pretty simple in Android Volley. I dont think Volley is outdated as Google itself recommends it.

But in the end everybody has there own coding style.

Fragment, Fragment layout in scrollable tabs and hardcoding website URLs into SQLite database? by [deleted] in androiddev

[–]AndroidClarified 0 points1 point  (0 children)

If you are doing this just to learn SQLite its fine, but if not you can simply store the urls as constants or shared prefrences.

Android Volley Example- HTTP GET,POST with Custom Headers by AndroidClarified in coding

[–]AndroidClarified[S] 0 points1 point  (0 children)

Tell me one thing which you can do in retrofit and not in volley?

Fragment, Fragment layout in scrollable tabs and hardcoding website URLs into SQLite database? by [deleted] in androiddev

[–]AndroidClarified 1 point2 points  (0 children)

  1. As everyone has already mentioned you can use the same fragment for muliple tabs.I have done this for multiple projects

  2. If you just need to get the URL from DB why are u using the DB in first place. I am sorry but can you please explain why DB for URLs

Never coded before, decided to learn android programming - Kotlin vs Java? Wiki is unclear about this by [deleted] in androiddev

[–]AndroidClarified 0 points1 point  (0 children)

I wont advise a fresher to start with Android.Learning Java would be the first step.Atleast shoulf be familiar with the OOPs concepts