🔒 Closed JAVA

Status
Not open for further replies.

Captain

Forum Veteran
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
  • 516
    Views
  • 4
    Participants
Last reply from:
rwydei

Trending Topics

Online now

Members online
1,116
Guests online
3,845
Total visitors
4,961

Forum statistics

Threads
2,308,562
Posts
29,185,878
Members
1,192,062
Latest member
kenzuu
Back
Top