Affichage des articles dont le libellé est studio. Afficher tous les articles
Affichage des articles dont le libellé est studio. Afficher tous les articles

dimanche 1 mars 2015

android studio error help me topic






Unhappy android studio error help me
hi CyanogenMod has a theme in my hand but I can not translate apk or template error, please tell me where I'm getting results from one please






Should i migrate to android studio? topic






I have been trying to create apps and games for android.

I started by learning the basics using eclipse.

But instead downloading the bundled android studio package i downloaded the stand alone sdk tools from their website

Now many are saying that i should migrate to android studio,

So now should i download the bundled package from that link?(around 800 mb recommended in that link)

or the android studio ide only(around 200mb) in that link?

Can you please tell me which one should i download?






mercredi 25 février 2015

First app in Android Studio topic






Hello!

This is my first post here on the forums. I've been programming for more or less one year, i used Eclipse and programmed in Java.

I already created a RPG text-based game with java and now i'd like to start programming things for android. I already downloaded and updated Android Studio 1.1.
I've been looking on youtube and google but damn, finding a good place to start is really hard. I can't find a proper guide/tutorial showcasing how to create my first app with this IDE.

I'd just want to create my first simple app to start and have a bigger picture of how android programming works.

If there are similar topics (which, most of them, i already read) link them.. thank you :).

Filipe






[Q] Android Studio Layout topic






Hi,
I am new to Android App Development and am having a bit of bother getting my screen layout the way I want it. I will do my best to explain the problem. I am doing a small app just to get used to Android Studio. I am following a tutorial to go through most of the features. I have inserted a TextView on the the screen firstly, in a root LinearLayout. I have then created an embedded LinearLayout with a button and an image. I will post the code below for this. In the tutorial it shows the TextView at the top of the screen and the Button and Image directly below it. My problem is that I can't move my Button and image(embedded LinearLayout) directly below. It has to be at the right hand side of the TextView.

The only way I can think on explaining a solution would be in Microsoft Word, no Text Wrapping allows you to drag the image anywhere on the page. Is there an option for something similar in Android Studio or am I missing something I should know? Any help would be appreciated. If I haven't explained in enough detail please let me know and I will do my best to correct.

This is the tutorial page(as a new member I can't post url):
www(dot)raywenderlich(dot)com/78576/android-tutorial-for-beginners-part-2

This is my code:
<LinearLayout (Cant post xml version url)
android:layout_width="wrap_content"
android:layout_height="500dp"
tools:context=".MainActivity"
android:orientation="horizontal"
android:id="@+id/">

<TextView android:id="@+id/main_textview"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginTop="10dp"
android:text="@string/textview" />

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:id="@+id/">

<Button
android:id="@+id/main_Button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:layout_marginLeft="20dp"
android:text="@string/button" />

<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:layout_marginLeft="20dp"
android:src="@mipmap/ic_launcher"/>
</LinearLayout>

<!-- Displays keyboard when touched -->
<EditText
android:id="@+id/main_edittext"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:layout_marginLeft="20dp"
android:layout_gravity="center_vertical"
android:hint="@string/hint" />


<!-- Set OnClickListener to trigger results when pressed -->

</LinearLayout>






samedi 21 février 2015

[Q&A] ROM 4.2.BLU for Blu Studio 5.3ii topic






Q&A for ROM 4.2.BLU for Blu Studio 5.3ii

Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.

Before posting, please use the forum search and read through the discussion thread for ROM 4.2.BLU for Blu Studio 5.3ii. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.

Thanks for understanding and for helping to keep XDA neat and tidy! :)






samedi 14 février 2015

[Q] installing Android Studio on Window7 64 topic






Hi
After installing Android Studio 1.0.2 on Windows7 64 bit with Java 1.8.
I tried to get the emulator to work for no avail. I tried many things I can not keep track of them all.

any one has the emulator working fine on like this setup (Win7 64 with java 1.8 and AS 1.0.2)?

Many thx






lundi 9 février 2015

[Q] Help what are some good books i could buy for android studio? topic






Help what are some good books i could buy for android studio so i could understand how it works and how to write code for java. please leave a link of a good programming book to get started with






[Q] Learn Java - need Tutorials written for Android Studio, instead of Eclipse topic






I want to learn Java for the purpose of programing Android. I don't really want to make apps although there are a few I can think of that needs writing. I aim to (in my opinion) fix the obvious and glaring faults of the Android OS that make the OS un-desktop friendly for 10 inch Tablet users. LOL.. No worries, I am sure lots of folks won't agree with my ideas but I'm wanting to make these changes to the OS primarily for myself.

Anyway, I notice lots of good places to learn Java for free like the java-made-easy.com site or Udemy.com BUT most if not all of these use the Eclipse IDE and This is my problem. Now that Google has released Android Studio Stable back in December and is encouraging folks to switch to it as the new official IDE - where does this leave a newbie like me? - I cannot find any tutorials for learning Java that are actually designed to work with Android Studio.

This would leave me having to use Eclipse and I am worried if I learn this method I will not be able to transfer my work to Android Studio as well worried I'll be learning an outdated tool/system - if so I'd have to relearn Android Studio's way of doing things that differ from Eclipse... seems like a waste of time.. doing double work.

What should I do? Am I stuck between a rock and a hard place picking the worst time to try to learn Java?

I don't wanna learn the Eclipse way if it's going to be obsolete but there are no tutorials for learning java with Android Studio yet - or are there and I'm just missing them?

Looking forward to your answers, Thank you.