top of page
MR
Spell out information about application development, etc.
Search
[Android] What is Android API level?
Introduction When I try to upload an app to Google Play Store, the following error occurs Your app is currently targeting API level 31....
Feb 11, 2024
[Android]Nothing is displayed in RecyclerView
Phenomenon When I try to read the data in the database and display it in RecyclerView, nothing is displayed. When I set a breakpoint and...
Aug 22, 2021
[Android]RecyclerView shows only one item
Phenomenon I want to read data from the database and display it in a list with RecyclerView. There should be more than one registered in...
Aug 22, 2021
[Android]SQLiteDataBase updates are not reflected in view
Phenomenon SQLiteDataBase is read by ContentProvider and listed in RecyclerView. Even if I update the contents of the database, it is not...
Aug 22, 2021
![[Android] TextView is not centered horizontally when folded](https://static.wixstatic.com/media/90b712_795b2578740242d6b5309c31700a0f49~mv2.png/v1/fill/w_333,h_250,fp_0.50_0.50,q_35,blur_30,enc_avif,quality_auto/90b712_795b2578740242d6b5309c31700a0f49~mv2.webp)
![[Android] TextView is not centered horizontally when folded](https://static.wixstatic.com/media/90b712_795b2578740242d6b5309c31700a0f49~mv2.png/v1/fill/w_454,h_341,fp_0.50_0.50,q_95,enc_avif,quality_auto/90b712_795b2578740242d6b5309c31700a0f49~mv2.webp)
[Android] TextView is not centered horizontally when folded
Phenomenon I put a TextView inside the LinearLayout and set the gravity of the LinearLayout to center_horizontal. When the TextView has...
Aug 20, 2021
[Android] Want to save the contents of the view when switching pages with Bottom Navigation
Task I'm making an app that uses Android's Bottom Navigation. I want to save the data written in TextView etc. when I move the page and...
Aug 20, 2021
bottom of page