Coding Android - iOs - PHP - Java - .Net
Share tutorial about development, free with account coding
Wednesday, December 26, 2012
Android - Hide Title Bar & Status Bar through AndroidManifest.xml
HIDE THE TITLE BAR AND STATUS BAR (FULLSCREEN)
<activity android:name=".YourClassName"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
>
</activity>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Popular Posts
Integrate PhoneGap with Zxing for iOS - Barcode Scanner - Xcode 4
I spent a long time to config them. so tired, but now it run very good. It's work. Step 1: Download Source PhoneGap at PhoneGap.com...
Build file .ipa with xCode 4.3
Để chuyển 1 file .app sang .ipa đầu tiên các bận cần có là 1 file .app, trong hướng dẫn mình sử dụng file Tuvi.app 1. Mở xcode len 2. Men...
Socket trong Android
Trong bài này mình sẽ giới thiệu với các bạn về lập trình Socket(bài này mình chỉ nói đến lập trình Socket cho TCP/IP) trong Android. Lập ...
Cộng trừ ngày tháng trong php
Xử lý ngày tháng trong PHP Trừ ngày $date = "2009-03-02"; $new_date = strtotime ( '-2 day' , strtotime ( $date ) ) ; ...
Facebook PHP SDK and CodeIgniter for basic user authentication
No comments:
Post a Comment