Questions tagged as 'android-studio'

0
answers

Swipe activity or Sliding Tabs for capture screen (Camera)

I'm making an application similar to instagram. The home of my application has 3 screens: feed, profile and camera. I want to slide my finger to the side and change the screen. I would like to know how best to do this, when I go to the captur...
asked by 10.10.2018 / 07:58
1
answer

Android Versions

I'm creating an app, but when I did the apk it does not work from version 6.0 down, but my mimSdk is in 4.3. I have tried several methods that I researched but none worked. I wanted to ask someone for help.     
asked by 16.10.2018 / 16:07
1
answer

Android Studio, center the application name

How do I centralize the circled text?     
asked by 06.10.2018 / 00:15
1
answer

The termination of an existing connection was forced by the remote host

So, guys, I've been busting my head with this problem in Android Studio: 1-Ialreadygaverestartinadb: link 2 - I have already updated the device drive and disabled the Android debug mode and developer mode (and reactivated again): link...
asked by 13.10.2018 / 17:10
1
answer

BD / list error

I was following a tutorial on how to do CRUD, but an error appeared for me (in the tutorial it is ok) How do I resolve this? lista = (ListView) findViewById(R.id.lista_Madicamentos); registerForContextMenu(lista); lista.setOnI...
asked by 13.10.2018 / 22:45
0
answers

TCP android client does not work

Good afternoon, I'm creating an application in android studio to send a string from smartphone to pc. My application has the following code: public void Send_Command(View v) { testClass(); Toast.makeText(getApplicationContext(), "C...
asked by 03.10.2018 / 20:05
0
answers

Error Manifest merger failed: Attribute application @ appComponentFactory value = (android.support.v4.app.CoreComponentFactory)

I'm having this error in my Android program and I do not know how to solve it. Anyone have any idea what that might be? Manifest merger failed : Attribute application@appComponentFactory value=(android.support.v4.app.CoreComponentFactory) from...
asked by 08.10.2018 / 20:04
2
answers

Error opening another Activity

Error appearing: 2018-10-16 00:31:04.280 9433-9433/? E/AndroidRuntime: FATAL EXCEPTION: main Process: imobmobile.br.com.imobmobile, PID: 9433 java.lang.RuntimeException: Unable to start activity ComponentInfo{imobmobile.br.com.imobmobile/imobm...
asked by 16.10.2018 / 05:40
2
answers

Error in list / BD

I have an error in this section (the whole red-dotted appears), what is wrong? lista.setOnLongClickListener(new AdapterView.OnItemLongClickListener(){ //clique longo, para selecionar a linha @Override public boolean onIte...
asked by 14.10.2018 / 00:16
0
answers

Error getting Firebase InstanceID in Android Studio

I'm trying to get the instanceId of firebase in Android Studio, but an error occurs in my Debug console. E / FirebaseInstanceId: Google Play services missing or without correct permission. My MyFirebaseMessagingService class is like this....
asked by 03.10.2018 / 03:04