Questions about Android Studio App Development

Asked 2 years ago, Updated 2 years ago, 41 views

There are already many in the market, but I'm going to make a wise saying app as a portfolio and practice.

The method I thought of before starting the project was

Write json data with HTml file and upload it to GitHub I got the GitHub link from Android and Gson library It was a way of displaying it in the view you wanted. The problem was that I wanted to show this view to the fragment Every time you add a new quote, the system generates a fragment to contain a new quote through the code, and then the capacity of the already released app is generated by xml, javaActivity file (I don't know if it's actually possible with the code), but it seems impossible.

I'm looking for a new way. What methods and what technologies can be used?

fragment android-studio java json

2022-09-20 19:37

1 Answers

The gist of the question is

15 words

and the response of 15 screens make Android app, a deployment, the wise saying by increasing screen with more you want?

If so, it would be good to implement RecyclerView that shows the list.

A view that shows a wise saying in a fragment is implemented as RecyclerView and swiped to show the next wise saying View, or

If you swipe through ViewPager2, which shows the fragment itself as a list, you can implement it by showing the next famous saying screen.


2022-09-20 19:37

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.