About this response this question , I asked the question of the answer author
If he chooses to store in an Array of Objects, this
question had an image what could be done.
His response
You can create a template called Pergu...
I'm trying to develop in my android app, a functionality from where I can query, sign up, events etc in a calendar. I tried the CalendarView and got to the point of clicking a date and triggering an event. My question is as follows. Would you ha...
I know that activities on Android are stored as a stack. But I needed to use the onBackPressed() button and go back 2 screens ago without recreating this screen. With the intent it re-creates the screen. Is it possible to go back 2 screen...
When I enter a ImageButton in the layout of my ListView , it is no longer possible to click the ListView , that is, the click is disabled. Is there any way to enable ListView when you have a ImageButton inserted...
There is some specific code to enable GPS, but I have not found it yet.
What I saw online was:
Post on Stack - On / Off GPS
However, this code is in JAVA.
What I was able to mount in Delphi was:
var
poke : JIntent;
begin...
I am having trouble giving the action to the home button, I am able to smoothly implement the button according to the code ↓
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
getSupportActionBar().setHomeButtonEnabled(true);
But I do n...
When performing the Build on main for smart device android platform, at the end of the process I get the following message:
error: Could not find: C: \ android-sdk \ platform-tools \ zipalign.exe
I've removed and reinstalled the android SDK,...
I'm trying to deploy a NavDrawer in my app but #
Part of the code that uses Fragments:
private void displayView(int position) {
// update the main content by replacing fragments
Fragment fragment = null;
switch (position)...
I ran a 10-year keystore, I've tested it for several different years, and nothing ever comes up:
You submitted a signed APK with a certificate that expires soon. Sign your APK with a certificate with the most expiration date.
I have an Activity where I call another Activity using startActivityForResult .
In the Activity that was called, I have a list filled by products already registered.
In that list, you needed to click on any of the products in the list to r...