A listView was created within a dialog and I placed in front of each information a EditText , but when I click on EditText to change the information it puts the cursor inside EditText , but not% open the keyboard...
I'm trying to create a menu screen something like this:
Tomakethiscutdiagonally,Imadethisimagetostayontopofthebackground: However,inAndroidStudio,Icannotscaletheimagetofilltherequiredspaceonthescreen,I'musingConstraintLayoutandtryingtoenlarg...
I'm developing an android application that has an event on Button to open the camera:
In AndroiManifest.xml
<!-- Permissão para acessar a área de memória externa -->
<uses-permission android:name="android.permission.WRITE_E...
Autoincrement is not working on my tables in SQLite.
Table:
db.execSQL("create table usuario(_idUsuario integer primary key autoincrement, nome text not null, email text not null, senha text not null)");
Insert:
public String insertUsu...
I use the following method to download an image.
public void downloadFile(String uRl, String title, String description) {
File direct = new File(Environment.getExternalStorageDirectory()
+ "/FPSWallpapers");
if (!direct....
22 Dec 2017
Error that occurred while offline
AfterswitchingtoOnlineWork ORIGINAL:I'vebeentryingtoavoiddoingitthisway:dependencies{compilefileTree(include:['*.jar'],dir:'libs')compile'com.android.support:appcompat-v7:26.+'Becausetheuseof'+'is...
I can send a Firebase notification to my App but when I open that same notification it does not open within the Activity I want.
How do I direct this notification to the activity so that I can see the message sent from Firebase?
So I'm starting to create a webview and the site I'm basing on has an option to get the coordinates of a certain location, on the site this works perfectly, but when I put in APP it opens the Google maps (which is what I want) only that it...
main Activity
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import android.widget.Toast;
public class principal extends AppCom...
I have an app and want to make it show a pop-up style notification, like WhatsApp and / or iOS reminders, but with a custom layout. I've tried and so far nothing, does anyone have any idea how to do?
Example: