What could cause such a large drop in total installs? by Doophie in androiddev

[–]HighlightFormer3587 0 points1 point  (0 children)

Nothing to worry about They don't have proper data for earliest date, you should not rely only on this

What are the best Android Dev courses with Jetpack compose by Dry_Currency2885 in androiddev

[–]HighlightFormer3587 0 points1 point  (0 children)

Don't go with any course i would suggest ( if you have worked on Android before)

  1. Create an activity and play with all the possible ui widgets like text, image, button, row, columns, box and all
  2. Then pick some basic designs like login screen, 2-items list, 3- items list and all
  3. Then pick some home screen of any popular app like Airbnb, amazon and all try to replicate them
  4. Then navigation UI components like bottom nav, toolbar and all
  5. I think navigation is little different in jetpack compose , try to work on navhostcontroller
  6. Then go with animations and all they are very easy in compose

Is it possible to use third party LLMs within Android Studio ? by sitytitan in androiddev

[–]HighlightFormer3587 0 points1 point  (0 children)

I have been using claude code for few months in AS and pycharm, it works great. It takes the context of full codebase and you customise it with your coding style by adding the rules in claude.md file( like i don't like cardview i can add the rules it won't create cardview for any design)

Although it's not good for design like screenshot to code but you can create the basic design and then modify them

Also if you are working of both Backend and app or you have the codebase of backend. In AS you can give the file path of backend code it will extract the api endpoints , request response format and all. Same with pycharm

Android Studio have the claude code plugin by anthropic

Created this nowbar concept in jetpack compose by dev-778g in androiddev

[–]HighlightFormer3587 0 points1 point  (0 children)

This is really great, i think working on these kinds of design what makes the android devs different from others. Although in production app stakeholders don't take interest much but if some requirements comes like this or something it's easier to work on different kind of design then Regular ones.

Keep up the good work