Skip to main content

Questions tagged [android-development]

Used to tag questions related to Android programming and new development features. Android is a platform and complete development stack from the Operating System to the APIs. developer.android.com is the official site for information about Android development.

Filter by
Sorted by
Tagged with
4 votes
2 answers
431 views

I am building an Android password management app, where passwords are locally kept for security reasons. The network endpoints are only for creating an account, email verifications etc. I want to ...
dev4Life's user avatar
0 votes
0 answers
53 views

I have a simple product consisting of 3 apps - Android mobile app in Google Play, backend API and backend administration website. The API is connected to various external services but this question is ...
Miroslav's user avatar
  • 109
2 votes
1 answer
1k views

This blog on "Clean Architecture" describes how to build a modular Android application along with using Clean Architecture. In that example project, the author places the business logic in a ...
Sourav Kannantha B's user avatar
-4 votes
1 answer
79 views

I want to get help from you all about building an android app that is capable of logging daily journal type data. I want to have these feature primarily in the app: Capable of logging the daily logs. ...
Sans's user avatar
  • 1
4 votes
3 answers
244 views

I am in a team developing Android applications in an enterprise corporate .One of team members suggested that we should create our own classes, so extending every classes of UI kit (Material Design). ...
Emre Aktürk's user avatar
1 vote
0 answers
777 views

Requirement I am currently working on an android application that uses MVVM, live data and databinding. I have a use-case where I need to show a Comment button in multiple screens in my android app. ...
Anirudh's user avatar
  • 119
-1 votes
3 answers
297 views

On Android, do people create separate apps accessing the same database? For example an app that has users, producers and a customer support. How can one decide if it makes more sense to have a ...
Manas Sarma's user avatar
-1 votes
4 answers
2k views

So I am in the process of finishing an app (android for now), and I have a doubt about if I should have papers that proof that I made that app. Its the first time for me to publish an app, and I am ...
SomeUser's user avatar
-2 votes
1 answer
152 views

In framworks for developing app whether it be a joomla or react or angular i see app class. What does it mean. Like if there is some user class, or some input class or that make sense for some purpose ...
bikashamit's user avatar
1 vote
1 answer
2k views

I want to follow the MVVM app architecture. I also need to have some communication between some fragments. But the official approach is pretty confusing. Taken from the docs (https://developer....
Josip Domazet's user avatar
1 vote
1 answer
186 views

I am in the process of creating an android app for our clients that would replace the paper-trail in their facilities with electronic inspections. Although I have coding experience, I have little ...
yourstruly22's user avatar
0 votes
0 answers
2k views

I am having the requirement in my project, that nodejs server has to send the notification (kind of push notification) to our mobile, and user( or mobile holder ) have to act on that notification like ...
Naveen Kumar's user avatar
-2 votes
1 answer
188 views

I have a website for admin and a mobile app for normal user. Both of them share a same database which is now on the cloud(The website for admin is already deployed with the database on the server). ...
Alvin Muller's user avatar
1 vote
1 answer
395 views

I need to work on android mobile push notification. I have recently gone through some of the tutorial on google. I would like to summarize the my understanding first Developer registers the app with ...
user3198603's user avatar
  • 1,896
2 votes
1 answer
170 views

I'm working on my first android app. It's a companion app for a video game, and it should come with preloaded data. I'm not entirely sure how to best go about this. I apologize if this has been asked ...
Morgan March's user avatar
0 votes
1 answer
1k views

I'm working on refactoring an older project of mine to follow the Clean Architecture paradigm (and loving it so far) and one of my components is causing me a bit of confusion in relation to whether or ...
Kyle's user avatar
  • 119
0 votes
1 answer
451 views

Below is the context, Right now i'm developing an android application, which will allow the user to upload the video and image to the server. I want to allow the users(his friends) to download the ...
Jitendar's user avatar
  • 381
-1 votes
1 answer
104 views

What is the best practice for REST API call from and device (Android, iOS). I am getting extra parameters/fields in JSON response, while calling an API. Throughout the the application there are ...
Ranjan's user avatar
  • 109
1 vote
1 answer
389 views

I am developing a mobile app in android in which I use Telugu (Indian language) texts. On my mobile Telugu language alphabets are available. Therefore, I am not facing any problem for testing my app. ...
Vempati Satya Suryanarayana's user avatar
2 votes
1 answer
1k views

I'm developing an app for the 2nd time but it's the first time i'm using third party libraries in my application. One of the libraries seems to have an MIT license and the other is the android ...
Stelios Papamichail's user avatar
0 votes
0 answers
128 views

I m currently working on a React Native application which aims to provide à huge list of items, using infinite scroll and a local state (no matter the technology / plaform, it's stored in RAM) of the ...
mfrachet's user avatar
  • 1,591
-1 votes
1 answer
196 views

I am currently working on an Android project that I have concluded needs refactoring done for a core part of the app experience. Let's call this part of the experience "Search". From looking at bug ...
Ryan Simon's user avatar
4 votes
0 answers
898 views

I'm building an Android app where different "types" of users can log in - lets say User and Admin are the two roles (there could be more than two). User can access some views in the app, by pressing ...
Carpetfizz's user avatar
3 votes
3 answers
971 views

I structure my Android application following Uncle Bob's Clean Architecture which basically comprise of at least following relevant layers:- Presentation - Using MVVM approach. This layer contains ...
onelaview's user avatar
  • 131
3 votes
1 answer
365 views

Recently I developed an Android application which is very difficult to maintain. We are stuck in a complicated situation. We developed Android Apps which contained 500k LOC and another team developed ...
Amir's user avatar
  • 139