• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help Problem Android Studio

Hello

I'm new to the forum and I don't have programming experience. I have some questions for you.

1. When I start Android Studio I my application in two rectangles. One of them is blue secound is white I want to change it for phone appearance.
2. I want to make my first mini aplication when I started I change constraintlayout to linearlayout my all elements
appear in the upper right corner.

Somebody know how to change it ?
 
Welcome to Android Forums, ObiOneKenobi! (Nice name, by the way.)

For the best help with questions like these, you might want to post on our Android Development board. In fact, that's a great place to hang out, read, learn, and interact with other developers.

Good luck with your project!
 
Hello

I'm new to the forum and I don't have programming experience. I have some questions for you.

1. When I start Android Studio I my application in two rectangles. One of them is blue secound is white I want to change it for phone appearance.
2. I want to make my first mini aplication when I started I change constraintlayout to linearlayout my all elements
appear in the upper right corner.

Somebody know how to change it ?

If it's Android Studio, usually that means you have to know Java or Kotlin programming .
 
when you've successfully compiled an app, you can run it in the emulator, which you may have to download and install separately, It integrate with Android Studio and you can run your app on it from within Android Studio. The emulator gives you a choice of emulated devices including a variety of phones and tablets with varying screen sizes and resolutions.
 
Back
Top Bottom