Questions tagged as 'android'

2
answers

Android Studio - CoordinatorLayout, AppBarLayout and FloatingActionButton not instantiated

I started by creating a new application, I changed the project theme and got the following error:    java.lang.IllegalArgumentException: You need to use a Theme.AppCompat   theme (or descendant) with the design library. at   android.support.d...
asked by 25.11.2015 / 22:09
3
answers

Components are not in class R

I am building a calendar, and for this I created a Activity where would be a list with all the contacts: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"...
asked by 28.07.2015 / 16:55
1
answer

Application Mobile Android Web Radio

Good evening guys, does anyone know of any tutorials or worked on how to make a web radio application? It will only broadcast streaming audio that is already online.     
asked by 07.08.2015 / 01:17
1
answer

Which intent do you call the share?

I would like to know which try calls the screen below:     
asked by 07.08.2015 / 02:59
2
answers

How to open a Dialog on android

I would like to know how to open a dialog so that the user can enter text, as soon as he clicks the button, the box to type is opened and as soon as he type it will have a save and cancel button, how can I do that? private ImageView imgsavesom...
asked by 25.06.2015 / 19:49
2
answers

Does Eclipse LogCat for Android display Log messages?

public void ImprimeLog(){ Log.i("Funcionando",""); Log.e("Funcionando",""); Log.v("Funcionando",""); Log.w("Funcionando",""); Log.d("Funcionando",""); } In Android Studio it works, but in Eclipse it...
asked by 30.06.2015 / 21:51
2
answers

site does not work in mobile version

I made a site that in turn must be responsive it will have to work on portable devices but I used a feature called animate.css of this file I used the following effects: fadeInDown , fadeInUp , fadeInLeft , and fadeInRi...
asked by 03.07.2015 / 19:44
1
answer

How to get values and play in another class? Android

I have the following class: public class RetornaUsuarioActivity extends Activity { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); AcessoRest ar...
asked by 22.06.2015 / 20:12
3
answers

Android xml lines (Eclipse)

In the course I do Android, it works on the Eclipse platform (Old Version) and I in the latest version, when the teacher uses the command: android.id in it all, but if I type this line I have to use android:id for the command to wo...
asked by 23.06.2015 / 20:08
1
answer

Notification fixed at the top

I created a Notification but it always compresses and goes down, I would like to keep it always expanded and always at the top of notifications     
asked by 19.06.2015 / 23:52