๐Ÿ”’ Closed JAVA

Status
Not open for further replies.

Captain

Elite
baka may java project kayo na pwedeng hiramin na may UI, di ko po kukunin as is, eedit ko rin po for our activity lang hehehe
TIA!
 
Simpleng layout lang?? Hello world lang hahaha

Xml :


<LinearLayout xmlns:android="You do not have permission to view the full content of this post. Log in or register now."
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center">

<TextView
android:text="String/hello_world"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />

</LinearLayout>



Java :

package com.mycompany.myapp0;

import android.app.*;
import android.os.*;

public class MainActivity extends Activity
{
Override
protected void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
}
}
 
Status
Not open for further replies.

About this Thread

  • 9
    Replies
  • 506
    Views
  • 4
    Participants
Last reply from:
rwydei

Online now

Members online
960
Guests online
894
Total visitors
1,854

Forum statistics

Threads
2,276,240
Posts
28,968,582
Members
1,231,177
Latest member
limaartut
Back
Top