Re: [android-developers] Lazy Loading in custom View

2011-03-02 Thread nov
android.os.Bundle; public class Sudoku extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); } } Reply | Reply to all |

[android-developers] Sudoku

2011-03-02 Thread nov
Hi all, I am repeatedly getting "02-28 06:16:40.267: DEBUG/SntpClient(66): request time failed: java.net.SocketException: Address family not supported by protocol" in my Sudoku program. Also my program doesn't proceed from these statements even after 1 hour.My files are the same as given in Ed Bur

Re: [android-developers] Re: Clear calling activity on finish

2011-03-02 Thread nov
Somebody please help me out. My program is running for close to 3 hours and i am still getting "DEBUG/SntpClient(69): request time failed: java.net.SocketException: Address family not supported by protocol" for Sudoku game. My LogCat is: 03-01 02:02:53.252: DEBUG/AndroidRuntime(282): >>

[android-developers] Re: Sudoku

2011-03-02 Thread nov
iled: java.net.SocketException: Address family not supported by protocol 03-01 04:36:02.941: DEBUG/SntpClient(69): request time failed: java.net.SocketException: Address family not supported by protocol 03-01 04:41:03.042: DEBUG/SntpClient(69): request time failed: java.net.SocketException: Address fa

Re: [android-developers] Re: reflection

2011-03-02 Thread nov
Somebody please help me out. My program is running for close to 3 hours and i am still getting "DEBUG/SntpClient(69): request time failed: java.net.SocketException: Address family not supported by protocol" for Sudoku game. My LogCat is: 03-01 02:02:53.252: DEBUG/AndroidRuntime(282): >>

Re: [android-developers] Re: ListView with custom items

2011-03-02 Thread nov
Hi, Somebody please help me out. I am repeatedly getting "02-28 06:16:40.267: DEBUG/SntpClient(66): request time failed: java.net.SocketException: Address family not supported by protocol" in my Sudoku program. Also my program doesn't proceed from these statements even after 1 hour.My files are t

Re: [android-developers] Re: Saving layout file is very slow with Eclipse / ADT

2011-03-02 Thread nov
Somebody please help me out. My program is running for close to 3 hours and i am still getting "DEBUG/SntpClient(69): request time failed: java.net.SocketException: Address family not supported by protocol" for Sudoku game. My LogCat is: 03-01 02:02:53.252: DEBUG/AndroidRuntime(282): >>

Re: [android-developers] NFC question: card emulation is not supported in the Android SDK yet, right?

2011-03-02 Thread nov
Hi, I am repeatedly getting "02-28 06:16:40.267: DEBUG/SntpClient(66): request time failed: java.net.SocketException: Address family not supported by protocol" in my Sudoku program. Also my program doesn't proceed from these statements even after 5 hours.My files are the same as given in Ed Burnet

[android-developers] Re: DEBUG/SntpClient(66): request time failed: java.net.SocketException: Address family not supported by protocol

2011-03-02 Thread nov
Hi all, somebody please help as i am struck since a very long time On 2/28/11, nov wrote: > Hi all, > > I am repeatedly getting "02-28 06:16:40.267: DEBUG/SntpClient(66): > request time failed: java.net.SocketException: Address family not > supported by protocol" in m

[android-developers] DEBUG/SntpClient(66): request time failed: java.net.SocketException: Address family not supported by protocol

2011-03-02 Thread nov
Hi all, I am repeatedly getting "02-28 06:16:40.267: DEBUG/SntpClient(66): request time failed: java.net.SocketException: Address family not supported by protocol" in my Sudoku program. Also my program doesn't proceed from these statements even after 5 hours.My files are the same as given in Ed Bu