import android.support

Eclipse Version: Indigo Service Release 2
android-sdk_r18-linux
Ubuntu 12.04

Problem
import android.support.v4.app.Fragment;

there is no file android-support-v4.jar

Solution
right-click on the project > Android Tools > Add Support Library...
Ref: http://code.google.com/p/android/issues/detail?id=21488

Turning a mobile web app into a native Android app

As some of you maybe have read I made a little one-size-fits-all Mobile Web App template site using jQuery Mobile a little while ago. I put up a demo on my new little virtual test-server (thank you, Everweb).

Adding a library/JAR to an Eclipse Android project

Instead, follow the (widely available) instructions for importing the third-party library, then adding it using Build Path (which makes it known to Eclipse for compilation purposes). Here is the step-by-step:

สถานที่สำคัญเพชรบูรณ์

สถานที่สำคัญเพชรบูรณ์
http://www.phetchabun.com/information/phetchabun02-05-02.html
 

jQuery Mobile

Quick Tip – Resizing Images Based On Browser Window Size
http://buildinternet.com/2009/07/quick-tip-resizing-images-based-on-brow...
 
.width()
http://jquerymobile.com/demos/1.0a1/experiments/api-viewer/docs/width/index.html
 
AWESOME MOBILE IMAGE GALLERY WEB APP

เพิ่ม library path in ubuntu 12.04

การ set library path ที่ terminal ขณะกำลังใช้งาน คือค่าที่ set จะหายไปเมื่อ reboot
$ export LD_LIBRARY_PATH="/list/of/library/paths:/another/path"
 
การ set library path ให้กับ user เฉพาะคน คือค่านี้จะถูกเรียกทำงานเมื่อ boot เครื่องให้ set ค่านี้ไว้ที่ไฟล์ /home/user/.bashrc
$ export LD_LIBRARY_PATH="/list/of/library/paths:/another/path"
 

CoovaChilli

NOTE: both coovachilli and chillispot don't work with 64bit OS. RADIUS authentication is flawed in those setups.
 
Keyword: Coova Chilli  Ubuntu
 
Ubuntu Server + Freeradius 2.0.x + coovachilli + Daloradius
http://network-scratch.blogspot.com/2011/09/ubuntu-server-freeradius-20x.html
 

Syndicate content