I installed xcode4.2 want to develop applications based on the framework phonegap now phonegap for ios versions are command installed , use the Command Line Tools command tool , but I XCODE 4.2 the Xcode directory under Preferences -> Downloads following no Command Line Tools can be installed. Xcode version because I question it ? If I want to install the latest version of phonegap for ios how to install ? Find great God, or how to install the xcode4.2 Command Line Tools this tool. Seeking guidance
------ Solution -------------------------------------- ------
4.2 somewhat Lao Leba ? My 4.6 can install
------ eference ---------------------------------- -----
landlord Hello , Will this fix the problem ? I also encountered the same problem . System is 10.6.8 , the xcode4.2 's Preferences -> Downloads following no Command Line Tools. It does not correspond to the official website of this version Command Line Tool download, it only upgrade this way?
2013年10月17日星期四
Ask : Android how to make the next part of the Activity Activity for drawing without taking up another part of the whole display other controls
Usually we use when drawing View or SurfaceView is doing, in the onCreate () method where :
setContentView (new MySurfaceView (this));
and inner classes defined in the Activity
MySurfaceView extends SurfaceView implements SurfaceHolder.Callback {
...
}
but this will be used to draw the entire Activity , part of how to make Activity drawing, another part of the usual display additional Widget ( such as Button, TextView , etc. ) ?
passing prawn help answer , thank you !
------ Solution ---------------------------- ----------------
setContentView () set the layout of this place
layout which contains a ViewGroup graphics devoted to painting , the painting good graphics as subview join.
------ Solution ---------------------------------------- ----
MySurfaceView extends SurfaceView implements SurfaceHolder.Callback {
}
setContentView (R.layout.main);
ViewGroup view1 = (ViewGroup) findViewById (R.id.myview);
view1.add (new MySurfaceView ());
------ Solution ------------------------- -------------------
can also use it
------ eference ------------- Fragment --------------------------
Thank you !
ViewGroup view1 = (ViewGroup) findViewById (R.id.myview); here myview is activity_main.xml inside a defined node do ? How activity_main.xml this layout file to define this myview?
------ Eference -------------------------- -------------
Oh, I see, here is the entire layout file activity_main.xml myview the id name . Thank you for it !
setContentView (new MySurfaceView (this));
and inner classes defined in the Activity
MySurfaceView extends SurfaceView implements SurfaceHolder.Callback {
...
}
but this will be used to draw the entire Activity , part of how to make Activity drawing, another part of the usual display additional Widget ( such as Button, TextView , etc. ) ?
passing prawn help answer , thank you !
------ Solution ---------------------------- ----------------
setContentView () set the layout of this place
layout which contains a ViewGroup graphics devoted to painting , the painting good graphics as subview join.
------ Solution ---------------------------------------- ----
MySurfaceView extends SurfaceView implements SurfaceHolder.Callback {
}
setContentView (R.layout.main);
ViewGroup view1 = (ViewGroup) findViewById (R.id.myview);
view1.add (new MySurfaceView ());
------ Solution ------------------------- -------------------
can also use it
------ eference ------------- Fragment --------------------------
Thank you !
ViewGroup view1 = (ViewGroup) findViewById (R.id.myview); here myview is activity_main.xml inside a defined node do ? How activity_main.xml this layout file to define this myview?
------ Eference -------------------------- -------------
Oh, I see, here is the entire layout file activity_main.xml myview the id name . Thank you for it !
[Android] About the encrypted sqlite database open question
Is a micro-channel EnMicroMsg.db file
is encrypted , and now has found the key , but do not know how to open ( using c + + to open . ) ,
Use sqlite3_key (db, " key ", x); open is not enough
------ Solution ----------------- ---------------------------
ask is how to get the key , the ability to share the next ......
- ----- Solution --------------------------------------------
can refer http://blog.csdn.net/gy_jk/article/details/8455356 sqlite inside some code , with introduction, I hope to share how to find the next key generation algorithms. E-mail : oftenmail@foxmail.com grateful !
------ Solution ---------------------------------------- ----
ask the landlord how to get the key ? Or Algorithm 774559308@qq.com Thank
------ Solution ---------------------------- ----------------
I used to compile the sqlcipher to decrypt untied , but with a ready-made tool for sqlite browser enter the secret key can be opened after look, do not know why , very strange ? Landlord to have a solution yet ?
------ Solution ---------------------------------------- ----
key of course open, needed is the ciphertext using sqlcipher then generally ciphertext are 256 , usually aes algorithm . You need to clear the key , salt , vector iv decrypt ciphertext to get 256 , as sqlitedatabase decryption key
------ Solution ------------ --------------------------------
landlord to look at this post, I get haha
http://www.fenlog.com/post/82.html
------ Solution --------------------- -----------------------
994065835 plus the time specified, I now feel that the spread of micro-channel and with encryption and decryption module sqlitedatabasebrowser use is the same encryption method instead of the standard sqlcipher, now disassemble see sqlitedatabasebrowser, what progress together studies .
------ Solution ---------------------------------------- ----
recently, look at this issue , the landlord how to study ?
landlord said with encryption and decryption module sqlitedatabasebrowser which ah ?
------ eference --------------------------------------- < br>
key algorithms can look apk
However, this database encryption little strange,
using sqlcipher, but untied
------ eference --------------------------- ------------
no . . Still watching it
own tests with sqlite3_key an encrypted using sqlite browser enter the key to open it . .
It seems that sqlite_key decryption correspond with sqlite browser is not up , you need to change the source wxsqlite
are interested in it can leave QQ study together
------ eference --------------------------- ------------
cryptography hung up. .
------ eference --------------------------------------- < br> to resolve .
is encrypted , and now has found the key , but do not know how to open ( using c + + to open . ) ,
Use sqlite3_key (db, " key ", x); open is not enough
------ Solution ----------------- ---------------------------
ask is how to get the key , the ability to share the next ......
- ----- Solution --------------------------------------------
can refer http://blog.csdn.net/gy_jk/article/details/8455356 sqlite inside some code , with introduction, I hope to share how to find the next key generation algorithms. E-mail : oftenmail@foxmail.com grateful !
------ Solution ---------------------------------------- ----
ask the landlord how to get the key ? Or Algorithm 774559308@qq.com Thank
------ Solution ---------------------------- ----------------
I used to compile the sqlcipher to decrypt untied , but with a ready-made tool for sqlite browser enter the secret key can be opened after look, do not know why , very strange ? Landlord to have a solution yet ?
------ Solution ---------------------------------------- ----
key of course open, needed is the ciphertext using sqlcipher then generally ciphertext are 256 , usually aes algorithm . You need to clear the key , salt , vector iv decrypt ciphertext to get 256 , as sqlitedatabase decryption key
------ Solution ------------ --------------------------------
landlord to look at this post, I get haha
http://www.fenlog.com/post/82.html
------ Solution --------------------- -----------------------
994065835 plus the time specified, I now feel that the spread of micro-channel and with encryption and decryption module sqlitedatabasebrowser use is the same encryption method instead of the standard sqlcipher, now disassemble see sqlitedatabasebrowser, what progress together studies .
------ Solution ---------------------------------------- ----
recently, look at this issue , the landlord how to study ?
landlord said with encryption and decryption module sqlitedatabasebrowser which ah ?
------ eference --------------------------------------- < br>
key algorithms can look apk
However, this database encryption little strange,
using sqlcipher, but untied
------ eference --------------------------- ------------
no . . Still watching it
own tests with sqlite3_key an encrypted using sqlite browser enter the key to open it . .
It seems that sqlite_key decryption correspond with sqlite browser is not up , you need to change the source wxsqlite
are interested in it can leave QQ study together
------ eference --------------------------- ------------
cryptography hung up. .
------ eference --------------------------------------- < br> to resolve .
How to make android automatically mount U disk
Today under study SD card, U disk automatically mount android system , the Internet to find a bunch of information that is to say the mount with U-disk SD card the same way as the U disk into the development board , in / dev / block will generate sda1, you can manually mount the android systems. According to the online method to modify system / etc under vold.fstab file , refer to this document under the SD card mounted variable wording : dev_mount sdcard / mnt / sdcard auto / devices/platform/s3c2410-ohci/usb1 / devices/platform/s3c-sdhci.0/mmc_host/mmc0, add U disk automatically mount method : dev_mount sdcard / mnt / sdcard auto / dev/block/sda1. Tried N times can not automatically mount up, Which implements android automatically mount U disk, similar to the traditional hot-swappable . Or if there are other ways to automatically mount U disk .
------ Solution ---------------------------------------- ----
your U disk mount point and mount your SD card is set to the same point , of course, impossible to mount a success. And your argument is also located in the wrong sysfs Kazakhstan , to see vold.fstab note on it
------ Solution ------------------ --------------------------
vold.fstab which set
------ eference ------ ---------------------------------
can now automatically mount U disk
--- --- eference ---------------------------------------
version landlord 2.1 do ? I also do this , but do not know / system / etc / vold.conf change in how U disk ?
Will 2.1 how to modify it ? Thank you
------ eference ------------------------------------- -
============================================== ======================================
I was in 2.2 above , you insert U disk into perspective, view / devices / platform directory to generate a multi- file , put the path to vold.conf in
------ eference ---------------------------------------
increase your path is / dev/block/sda1? Or divine horse , Manga , I do have a nodding engage in this big ......
------ eference -------------------- -------------------
I insert U disk , did not find / devices / platform under more than one file ,
- ---- eference ---------------------------------------
I also version 2.1 , now if you want to load the U disk to manually mount (mount-t vfat / dev / block / sda / usb /) , the order in / usb / U disk to see the content , is not because / system / core / vold / vold.c Lane ums_bootstrap function is empty ah ? If the reference mmc_bootstrap perfect ums_bootstrap , then, is not to be it ?
In addition, I found insert U disk will add a file : / sys/class/usb_device/usbdev1.1x, the insertion of x is the number of times as you change ,
---- - eference ---------------------------------------
you there are no comparative USB directory of each file , and I have been looking for a long time to find , and not doing a good job Maybe you can find me on the Q
------ eference --------- ------------------------------
you to / devices / platform / XXXX / usb directory to find , vold have been more perfect , generally do not how to modify , you try to modify vold.fstab file .
------ eference ---------------- -----------------------
how to use the simulator to simulate mount U disk mass storage devices do ?
------ eference --------------------------------------- < br> landlord, not solve the problem a .
I'm using version 2.2 of Android, Linux kernel is the official version + own transplant 3.2Linux Android dependent components.
on my platform so that you can dev_mount sdcard / mnt / sdcard auto / block / sda
mostly over my platform uevent is / block / sda.
int DirectVolume :: handleBlockEvent can insert log to see uevent over the path .
------ eference --------------------------------------- < br>
Thank you, my problem has been solved
------ eference -------------------------- -------------
look
/ dev/block/sda4
------ eference ------------------------------------ ---
help commands manually mount U disk ~ ~
------ eference ----------------------- ----------------
knot stickers chanting, master.
------ eference --------------------------------------- < br> wait Results posted
------ eference ----------------------------------- ----
good
------ eference -------------------------------- -------
landlord , is running on a real machine do ? I now realize U disc mounted automatically , and poor a lot of information saying they want to modify void.fstab file, and that file is read-only , then you need to run the mount command , but executed command, I'll drop void.fstab file system ect guide out , modified and then imported into, or that the document was available system read-only. Very anxious . . . Hope that the landlord can help under busy . . . Thank you very much . . .
------ eference --------------------------------------- < br> Will the landlord, is how to solve ? I also encountered the same problem , thank you !
------ eference --------------------------------------- < br> help, thank you for sharing
------ eference --------------------------------- ------
this method can only mount a U disk only
------ eference -------------------- -------------------
I also encountered the same problem , the landlord
vold.fstab file dev_mount usbotg / mnt / usbotg auto / devices/platform/mt_usb/usb1, but still can not mount U disk successfully ah.
------ eference --------------------------------------- < br> how to mount a plurality of U-disk
------ eference ------------------------------- --------
otg u disk can mount it ?
------ eference --------------------------------------- < br> # # Vold 2.0 fstab
# # # # # # # # # # # # # # # # # # # # # # # # # Regular device mount # # # # Format: dev_mount < label> # # label - Label for the volume # # mount_point - Where ; the volume will be mounted # # part - Partition # (1 based), or 'auto' for first usable partition. # # ; - List of sysfs paths to source devices # # # # # # # # # # # # # # # # # # # # # #
# Mounts the first usable partition of the specified device # use this line to support VIRTUAL CDROM.And you can define the directory ; where you want to mountloop_mount loop / mnt / VIRTUAL_CDROM # dev_mount sdcard / mnt / sdcard auto / devices/platform/AMLOGIC_CARD/card_host/memorycard0 # dev_mount sata / mnt / sata auto / devices/lm2 # media_mount usb / mnt / usb 4 / devices/lm0/usb1 /
I ask how to change the default sd card u disk ? Thank you !
------ eference --------------------------------------- < br> landlord to give a Q of chant. . . . . . . . . . . Sent to zzyzk@126.com
------ eference --------------------------------- ------
2410
saying you play Android Yeah, really Cattle home.
------ Solution ---------------------------------------- ----
your U disk mount point and mount your SD card is set to the same point , of course, impossible to mount a success. And your argument is also located in the wrong sysfs Kazakhstan , to see vold.fstab note on it
------ Solution ------------------ --------------------------
vold.fstab which set
------ eference ------ ---------------------------------
can now automatically mount U disk
--- --- eference ---------------------------------------
version landlord 2.1 do ? I also do this , but do not know / system / etc / vold.conf change in how U disk ?
Will 2.1 how to modify it ? Thank you
------ eference ------------------------------------- -
============================================== ======================================
I was in 2.2 above , you insert U disk into perspective, view / devices / platform directory to generate a multi- file , put the path to vold.conf in
------ eference ---------------------------------------
increase your path is / dev/block/sda1? Or divine horse , Manga , I do have a nodding engage in this big ......
------ eference -------------------- -------------------
I insert U disk , did not find / devices / platform under more than one file ,
- ---- eference ---------------------------------------
I also version 2.1 , now if you want to load the U disk to manually mount (mount-t vfat / dev / block / sda / usb /) , the order in / usb / U disk to see the content , is not because / system / core / vold / vold.c Lane ums_bootstrap function is empty ah ? If the reference mmc_bootstrap perfect ums_bootstrap , then, is not to be it ?
In addition, I found insert U disk will add a file : / sys/class/usb_device/usbdev1.1x, the insertion of x is the number of times as you change ,
---- - eference ---------------------------------------
you there are no comparative USB directory of each file , and I have been looking for a long time to find , and not doing a good job Maybe you can find me on the Q
------ eference --------- ------------------------------
you to / devices / platform / XXXX / usb directory to find , vold have been more perfect , generally do not how to modify , you try to modify vold.fstab file .
------ eference ---------------- -----------------------
how to use the simulator to simulate mount U disk mass storage devices do ?
------ eference --------------------------------------- < br> landlord, not solve the problem a .
I'm using version 2.2 of Android, Linux kernel is the official version + own transplant 3.2Linux Android dependent components.
on my platform so that you can dev_mount sdcard / mnt / sdcard auto / block / sda
mostly over my platform uevent is / block / sda.
int DirectVolume :: handleBlockEvent can insert log to see uevent over the path .
------ eference --------------------------------------- < br>
Thank you, my problem has been solved
------ eference -------------------------- -------------
look
/ dev/block/sda4
------ eference ------------------------------------ ---
help commands manually mount U disk ~ ~
------ eference ----------------------- ----------------
knot stickers chanting, master.
------ eference --------------------------------------- < br> wait Results posted
------ eference ----------------------------------- ----
good
------ eference -------------------------------- -------
landlord , is running on a real machine do ? I now realize U disc mounted automatically , and poor a lot of information saying they want to modify void.fstab file, and that file is read-only , then you need to run the mount command , but executed command, I'll drop void.fstab file system ect guide out , modified and then imported into, or that the document was available system read-only. Very anxious . . . Hope that the landlord can help under busy . . . Thank you very much . . .
------ eference --------------------------------------- < br> Will the landlord, is how to solve ? I also encountered the same problem , thank you !
------ eference --------------------------------------- < br> help, thank you for sharing
------ eference --------------------------------- ------
this method can only mount a U disk only
------ eference -------------------- -------------------
I also encountered the same problem , the landlord
vold.fstab file dev_mount usbotg / mnt / usbotg auto / devices/platform/mt_usb/usb1, but still can not mount U disk successfully ah.
------ eference --------------------------------------- < br> how to mount a plurality of U-disk
------ eference ------------------------------- --------
otg u disk can mount it ?
------ eference --------------------------------------- < br> # # Vold 2.0 fstab
# # # # # # # # # # # # # # # # # # # # # # # # # Regular device mount # # # # Format: dev_mount < label>
# Mounts the first usable partition of the specified device # use this line to support VIRTUAL CDROM.And you can define the directory ; where you want to mountloop_mount loop / mnt / VIRTUAL_CDROM # dev_mount sdcard / mnt / sdcard auto / devices/platform/AMLOGIC_CARD/card_host/memorycard0 # dev_mount sata / mnt / sata auto / devices/lm2 # media_mount usb / mnt / usb 4 / devices/lm0/usb1 /
I ask how to change the default sd card u disk ? Thank you !
------ eference --------------------------------------- < br> landlord to give a Q of chant. . . . . . . . . . . Sent to zzyzk@126.com
------ eference --------------------------------- ------
2410
saying you play Android Yeah, really Cattle home.
android light up the screen and unlock
Issues such as the title , I find a lot of code, in accordance with the method on the surface can try to try to unlock , but light up the screen is not ah. Do not know the specific details of the code where the error , there is no one to give me a Demo, be sure to run correctly up ah. Do not copy over the Internet , so no. Can be sent to my mailbox feixuedefeng@163.com
------ Solution ---------------------------- ----------------
reminder function was doing do, the code is a service
landlord wrote an Activity to start the service , open the service with a thread , and if the state of black start will be effective.
import android.app.KeyguardManager;
import android.app.KeyguardManager.KeyguardLock;
import android.app.Service;
import android.content.Context;
import android.content.Intent;
import android.os.IBinder;
import android.os.PowerManager;
import android.util.Log;
public class ScreenService extends Service {
/ / declare Keyboard Manager
KeyguardManager mKeyguardManager = null;
/ / declare keypad lock
private KeyguardLock mKeyguardLock = null;
/ / declare Power Manager
private PowerManager pm;
private PowerManager.WakeLock wakeLock;
@ Override
public IBinder onBind (Intent arg0) {
return null;
}
@ Override
public void onCreate () {
/ / Get the power of the service
pm = (PowerManager) getSystemService (Context.POWER_SERVICE);
/ / access to system services
mKeyguardManager = (KeyguardManager) getSystemService (Context.KEYGUARD_SERVICE);
super.onCreate ();
}
@ Override
public void onStart (Intent intent, int startId) {
/ / Point shiny screen
wakeLock = pm.newWakeLock (PowerManager.ACQUIRE_CAUSES_WAKEUP | PowerManager.SCREEN_DIM_WAKE_LOCK, "My Tag");
wakeLock.acquire ();
Log.i ("Log:", "------> mKeyguardLock");
/ / initialize the keyboard lock , you can lock or unlock the keypad lock
mKeyguardLock = mKeyguardManager.newKeyguardLock ("");
/ / disable the display keypad lock
mKeyguardLock.disableKeyguard ();
}
@ Override
public void onDestroy () {
wakeLock.release ();
super.onDestroy ();
}
}
remember to add the file needs to AndroidManifest
------ eference ------------------------------------ ---
upstairs positive solution .
------ eference --------------------------------------- < br>
sorry ah , single wrong, throw a tile. Oh
I tried it , first I start first with startService found so used , will find that the screen has not completely black. So I think the use bindService, specifically how to use, I did not try. Second, although the screen lit up , but did not like the normal operation as thoroughly brighten ah , this makes the screen brighter just a little brighter , or very dark . Is that right ? I use sdk9
------ eference ----------------------------------- ----
you in the Activity 's stop method stopService,
then Service is brighter screen will destory method to release mWakelock.release ();
This would not have been lit up,
As for the brightness of the screen sdk also understand that in the end did not say how bright ,
public void acquire () / / This method simply ensures that the screen will be awakened
Makes sure the device is on at the level you asked when you created the wake lock.
public void acquire (long timeout) / / parameter represents the wake-up time after time , it will automatically release the lock
Makes sure the device is on at the level you asked when you created the wake lock. The lock will be released after the given timeout.
------ eference -------------------------------- -------
learned
------ eference ------------------------ ---------------
huweilong1030, answer Awesome ah. Grateful , ha ha !
------ eference --------------------------------------- < br>
------ eference ------------------------------------ ---
light is not all that bright , but then I looked to find API, which has a parameter can be lit. Oh
------ eference ---------------------------------------
------ eference ------------------------------------ ---
learning ah , but see not quite understand , I want to achieve in the lock screen when you can press the answer key to unlock , you have any idea ah ?
------ eference --------------------------------------- < br> What ya ..., this code is just to keep the screen always wake up in order to allow the operator was not subject to the successful completion of the lock screen interrupted Bale. If you press the power button on the side of the phone , the screen is completely black out the system to sleep , ask for a state in this completely black screen , you use a service from an activity about what powermanager wake try ! ? ...
------ eference ------------------------------------- -
too Niubi . . . .
------ eference --------------------------------------- < br>
------ eference ---------------------------------------
agree ~
------ eference ---------------------------------- -----
recently used in the project , wrote an article records , you can take a look . Android screen lit ( lit ) and unlock the screen and lock
- ---- eference ---------------------------------------
landlord , api in the end what parameters in the screen can be completely lit ah, ah can be urged
------ eference ------------------------------------ ---
newWakeLock in the flag
PowerManager.SCREEN_DIM_WAKE_LOCK replaced PowerManager.SCREEN_BRIGHT_WAKE_LOCK on the line
There is a PowerManager.ON_AFTER_RELEASE is more useful feature is the literal meaning
------ eference --------------------- ------------------
floor to force too much , the program is absolutely easy to use . Extremely grateful to you for sharing .
------ Solution ---------------------------- ----------------
reminder function was doing do, the code is a service
landlord wrote an Activity to start the service , open the service with a thread , and if the state of black start will be effective.
import android.app.KeyguardManager;
import android.app.KeyguardManager.KeyguardLock;
import android.app.Service;
import android.content.Context;
import android.content.Intent;
import android.os.IBinder;
import android.os.PowerManager;
import android.util.Log;
public class ScreenService extends Service {
/ / declare Keyboard Manager
KeyguardManager mKeyguardManager = null;
/ / declare keypad lock
private KeyguardLock mKeyguardLock = null;
/ / declare Power Manager
private PowerManager pm;
private PowerManager.WakeLock wakeLock;
@ Override
public IBinder onBind (Intent arg0) {
return null;
}
@ Override
public void onCreate () {
/ / Get the power of the service
pm = (PowerManager) getSystemService (Context.POWER_SERVICE);
/ / access to system services
mKeyguardManager = (KeyguardManager) getSystemService (Context.KEYGUARD_SERVICE);
super.onCreate ();
}
@ Override
public void onStart (Intent intent, int startId) {
/ / Point shiny screen
wakeLock = pm.newWakeLock (PowerManager.ACQUIRE_CAUSES_WAKEUP | PowerManager.SCREEN_DIM_WAKE_LOCK, "My Tag");
wakeLock.acquire ();
Log.i ("Log:", "------> mKeyguardLock");
/ / initialize the keyboard lock , you can lock or unlock the keypad lock
mKeyguardLock = mKeyguardManager.newKeyguardLock ("");
/ / disable the display keypad lock
mKeyguardLock.disableKeyguard ();
}
@ Override
public void onDestroy () {
wakeLock.release ();
super.onDestroy ();
}
}
remember to add the file needs to AndroidManifest
------ eference ------------------------------------ ---
upstairs positive solution .
------ eference --------------------------------------- < br>
sorry ah , single wrong, throw a tile. Oh
I tried it , first I start first with startService found so used , will find that the screen has not completely black. So I think the use bindService, specifically how to use, I did not try. Second, although the screen lit up , but did not like the normal operation as thoroughly brighten ah , this makes the screen brighter just a little brighter , or very dark . Is that right ? I use sdk9
------ eference ----------------------------------- ----
you in the Activity 's stop method stopService,
then Service is brighter screen will destory method to release mWakelock.release ();
This would not have been lit up,
As for the brightness of the screen sdk also understand that in the end did not say how bright ,
public void acquire () / / This method simply ensures that the screen will be awakened
Makes sure the device is on at the level you asked when you created the wake lock.
public void acquire (long timeout) / / parameter represents the wake-up time after time , it will automatically release the lock
Makes sure the device is on at the level you asked when you created the wake lock. The lock will be released after the given timeout.
------ eference -------------------------------- -------
learned
------ eference ------------------------ ---------------
huweilong1030, answer Awesome ah. Grateful , ha ha !
------ eference --------------------------------------- < br>
This reply was moderator deleted at 2011-03-07 13:25:18
------ eference ------------------------------------ ---
light is not all that bright , but then I looked to find API, which has a parameter can be lit. Oh
------ eference ---------------------------------------
This reply was moderator deleted at 2011-03-30 16:27:14
------ eference ------------------------------------ ---
learning ah , but see not quite understand , I want to achieve in the lock screen when you can press the answer key to unlock , you have any idea ah ?
------ eference --------------------------------------- < br> What ya ..., this code is just to keep the screen always wake up in order to allow the operator was not subject to the successful completion of the lock screen interrupted Bale. If you press the power button on the side of the phone , the screen is completely black out the system to sleep , ask for a state in this completely black screen , you use a service from an activity about what powermanager wake try ! ? ...
------ eference ------------------------------------- -
too Niubi . . . .
------ eference --------------------------------------- < br>
------ eference ---------------------------------------
agree ~
------ eference ---------------------------------- -----
recently used in the project , wrote an article records , you can take a look . Android screen lit ( lit ) and unlock the screen and lock
- ---- eference ---------------------------------------
landlord , api in the end what parameters in the screen can be completely lit ah, ah can be urged
------ eference ------------------------------------ ---
newWakeLock in the flag
PowerManager.SCREEN_DIM_WAKE_LOCK replaced PowerManager.SCREEN_BRIGHT_WAKE_LOCK on the line
There is a PowerManager.ON_AFTER_RELEASE is more useful feature is the literal meaning
------ eference --------------------- ------------------
floor to force too much , the program is absolutely easy to use . Extremely grateful to you for sharing .
android im like the kind of micro-channel
Recent projects in this area , on-line information is relatively broad, almost all and xmpp- linked prawn who refer to the information or suggestions , do not hesitate to enlighten ~ grateful ..
------ Solution --------------------------------------------
done before similar projects are also done research on similar products .
Tencent micro-channel is used to develop their own protocol to do, a lot of the other products available in the market are mostly used XMPP protocol , including rice , including chat also like this before .
using XMPP protocol , the server can be used OpenFire structures, there is an open source client called asmack things , google can be found under .
If less manpower , time is tight , we recommend using XMPP, things can come out soon .
If all respects adequate, or directly using tcp do it , the client and server to maintain a long- tcp connection heartbeat packet sent through the regular to keep , this would need to have a master server , taking into account high concurrency sex and so on. Way of doing so is more flexible , the data is passed through tcp to send , receive , he could develop a variety of protocols.
If an individual developer, to web sites you go to see www.parse.com, offers a free push service , complete instant messaging can also achieve a similar requirement , the disadvantage is someone else's server , there may be the amount of data restrictions.
------ Solution ---------------------------------------- ----
Refbacks have a special write java chat timely communication applet you can learn about the name if called online chat system prototype
------ eference ---- -----------------------------------
master ah I just need this type of thing, thank you
------ eference ----------------------------- ----------
now this thing has to be a framework for the ah
------ eference ------------------ ---------------------
we currently only two staff , the time is not very long, but not a lot of understanding on the XMPP protocol , also how has that openfire server set up in order to meet the specific micro-channel similar to the kind of instant messaging .. prawn ! Please advise ~ Thank you very much . .
------ eference --------------------------------------- < br> [Quote = 4F reply quote : ]
Today, this thing has to be a framework for the ah
[/ Q
Well I also see on the Internet ..
------ eference ---------------------- -----------------
can make out of it ?
------ eference --------------------------------------- < br> withheld ah moderator, Zeyang ah ? I am now , and you were the same, I have to do , like cabbage !
------ Solution --------------------------------------------
done before similar projects are also done research on similar products .
Tencent micro-channel is used to develop their own protocol to do, a lot of the other products available in the market are mostly used XMPP protocol , including rice , including chat also like this before .
using XMPP protocol , the server can be used OpenFire structures, there is an open source client called asmack things , google can be found under .
If less manpower , time is tight , we recommend using XMPP, things can come out soon .
If all respects adequate, or directly using tcp do it , the client and server to maintain a long- tcp connection heartbeat packet sent through the regular to keep , this would need to have a master server , taking into account high concurrency sex and so on. Way of doing so is more flexible , the data is passed through tcp to send , receive , he could develop a variety of protocols.
If an individual developer, to web sites you go to see www.parse.com, offers a free push service , complete instant messaging can also achieve a similar requirement , the disadvantage is someone else's server , there may be the amount of data restrictions.
------ Solution ---------------------------------------- ----
Refbacks have a special write java chat timely communication applet you can learn about the name if called online chat system prototype
------ eference ---- -----------------------------------
master ah I just need this type of thing, thank you
------ eference ----------------------------- ----------
now this thing has to be a framework for the ah
------ eference ------------------ ---------------------
we currently only two staff , the time is not very long, but not a lot of understanding on the XMPP protocol , also how has that openfire server set up in order to meet the specific micro-channel similar to the kind of instant messaging .. prawn ! Please advise ~ Thank you very much . .
------ eference --------------------------------------- < br> [Quote = 4F reply quote : ]
Today, this thing has to be a framework for the ah
[/ Q
Well I also see on the Internet ..
------ eference ---------------------- -----------------
can make out of it ?
------ eference --------------------------------------- < br> withheld ah moderator, Zeyang ah ? I am now , and you were the same, I have to do , like cabbage !
jjs how to call open android apk application
Standing situation is that there needs java web display on mobile terminals , related to the js call in javaweb written android apk, I ask you , Daniel , in the js in how to achieve ?
------ Solution ---------------------------------------- ----
see
http://blog.csdn.net/andyhuabing/article/details/7591527
------ Solution ------------------- -------------------------
This is the js in the application interacts with Java , my question now is in the browser by clicking on a hyperlink , you need to open an apk and then complete the corresponding operation , does this how to achieve it
Now that implements the js pages and interactive app java code that needs still far away from you do ?
------ eference --------------------------------------- < br>
this is the js in the application interacts with Java , my question now is in the browser by clicking on a hyperlink , you need to open an apk and then complete the corresponding operation , does this how to achieve it
- ----- eference ---------------------------------------
problem solving a ; side setting by android
This is to set your custom URL scheme apk advantage is that you other programs can open the application through this url
Reference http://bbs.9ria.com/thread-153303-1-1.html
Thank you Ha ! ! !
------ Solution ---------------------------------------- ----
see
http://blog.csdn.net/andyhuabing/article/details/7591527
------ Solution ------------------- -------------------------
This is the js in the application interacts with Java , my question now is in the browser by clicking on a hyperlink , you need to open an apk and then complete the corresponding operation , does this how to achieve it
Now that implements the js pages and interactive app java code that needs still far away from you do ?
------ eference --------------------------------------- < br>
this is the js in the application interacts with Java , my question now is in the browser by clicking on a hyperlink , you need to open an apk and then complete the corresponding operation , does this how to achieve it
- ----- eference ---------------------------------------
problem solving a ; side setting by android
This is to set your custom URL scheme apk advantage is that you other programs can open the application through this url
Reference http://bbs.9ria.com/thread-153303-1-1.html
Thank you Ha ! ! !
[Android] Bluetooth headset listening volume control key events
As can be seen from the system log , adjust the volume when the music changes ( Bluetooth headset ), log does not show anything , and no broadcast . During a call, adjust the volume can get some Bluetooth AT content such as:
D / Bluetooth HeadsetBase (1774): Processing AT + BRSF = 59 took 3 ms
D / Bluetooth HeadsetBase (1774): Processing AT + CIND =? took 1 ms
D / Bluetooth HeadsetBase (1774): Processing AT + CIND? took 0 ms
D / Bluetooth HeadsetBase (1774): Processing AT + CMER = 3, 0, 0, 1 took 1 ms
D / Bluetooth HeadsetBase (1774): Processing AT + CHLD =? took 1 ms
D / Bluetooth HeadsetBase (1774): Processing AT + CCWA = 1 took 1 ms
D / Bluetooth HeadsetBase (1774): Processing AT + VGS = 12 took 11 ms / / get the sound changes
D / Bluetooth HeadsetBase (1774): Processing AT + VGM = 09 took 0 ms
How to get by an activity such content .
------ Solution ---------------------------------------- ----
landlord Hello I have come to ask for my program with Intent.ACTION_MEDIA_BUTTON how listeners than Bluetooth headsets do find a lot of key events Where data did not solve this problem you do ?
------ eference --------------------------------------- < br> 100 minutes nobody said two do help ah
------ eference ------------------------- --------------
------ eference ------------------------------------ ---
you use the terminal to see phone system log will find that when the Bluetooth headset volume control without any press down the log . You said that the intent of the wire can be monitored .
------ eference --------------------------------------- < br> I also want to monitor the Bluetooth headset volume control button. Read some information found only Android phone through the at command to listen and respond to the button . Others do not find .
Also, how to get a Bluetooth headset bluetoothserversocket and bluetoothsocket all messages sent by it .
------ eference --------------------------------------- < br> no one answered it ~ ~ ~
------ eference ------------------------------- --------
not know the landlord is received at the LOG , and I tried not out of the LOG, for help.
------ eference --------------------------------------- < br> If you want to get inside ACTIVITY LOG class should have.
------ eference --------------------------------------- < br> code to get these events , you can listen LOG
------ eference ----------------------- ----------------
Hello landlord, I would like to ask , how did you get the AT command , seeking advice.
------ eference --------------------------------------- < br> you are in eclipse debug window you can see your Bluetooth headset button is pressed , the print out Log wants
------ eference ------------ ---------------------------
landlord now there are ways to get in ACTIVITY aT commands do .
------ eference --------------------------------------- < br> rfcomm Bluetooth connection established , access to input and output streams , you can get Bluetooth at command , and you can listen to distinguish the Bluetooth . Long time no posts looked up .
D / Bluetooth HeadsetBase (1774): Processing AT + BRSF = 59 took 3 ms
D / Bluetooth HeadsetBase (1774): Processing AT + CIND =? took 1 ms
D / Bluetooth HeadsetBase (1774): Processing AT + CIND? took 0 ms
D / Bluetooth HeadsetBase (1774): Processing AT + CMER = 3, 0, 0, 1 took 1 ms
D / Bluetooth HeadsetBase (1774): Processing AT + CHLD =? took 1 ms
D / Bluetooth HeadsetBase (1774): Processing AT + CCWA = 1 took 1 ms
D / Bluetooth HeadsetBase (1774): Processing AT + VGS = 12 took 11 ms / / get the sound changes
D / Bluetooth HeadsetBase (1774): Processing AT + VGM = 09 took 0 ms
How to get by an activity such content .
------ Solution ---------------------------------------- ----
landlord Hello I have come to ask for my program with Intent.ACTION_MEDIA_BUTTON how listeners than Bluetooth headsets do find a lot of key events Where data did not solve this problem you do ?
------ eference --------------------------------------- < br> 100 minutes nobody said two do help ah
------ eference ------------------------- --------------
The reply deleted by an administrator at 2013-03-10 21:14:19
------ eference ------------------------------------ ---
you use the terminal to see phone system log will find that when the Bluetooth headset volume control without any press down the log . You said that the intent of the wire can be monitored .
------ eference --------------------------------------- < br> I also want to monitor the Bluetooth headset volume control button. Read some information found only Android phone through the at command to listen and respond to the button . Others do not find .
Also, how to get a Bluetooth headset bluetoothserversocket and bluetoothsocket all messages sent by it .
------ eference --------------------------------------- < br> no one answered it ~ ~ ~
------ eference ------------------------------- --------
not know the landlord is received at the LOG , and I tried not out of the LOG, for help.
------ eference --------------------------------------- < br> If you want to get inside ACTIVITY LOG class should have.
------ eference --------------------------------------- < br> code to get these events , you can listen LOG
------ eference ----------------------- ----------------
Hello landlord, I would like to ask , how did you get the AT command , seeking advice.
------ eference --------------------------------------- < br> you are in eclipse debug window you can see your Bluetooth headset button is pressed , the print out Log wants
------ eference ------------ ---------------------------
landlord now there are ways to get in ACTIVITY aT commands do .
------ eference --------------------------------------- < br> rfcomm Bluetooth connection established , access to input and output streams , you can get Bluetooth at command , and you can listen to distinguish the Bluetooth . Long time no posts looked up .
android why you often call super () function ?
For example
Yes , java syntax is a little rusty, you ask, why should call the parent class ? Why do not you call your own ?
------ Solution ---------------------------------------- ----
parent class this method has achieved what we need to function , these functions may be that our own can not be achieved . Like the back button callback function , the callback you override the time, if you only want him to have a new feature , want to be able to achieve returns . For example, we want to press the back key to exit the program, you are prompted to quit before the launch , we have to call the parent class's back button callback , that is, through the super keyword call the parent class method , so as to achieve the return of function, and our newly added feature is a pop-up prompt dialog box . Here , back button to return to the function is not a simple software programming , but also to the hardware circuit response is more difficult to achieve. This is why you want to use the super keyword to call the parent class method causes.
------ eference --------------------------------------- < br> inherited from the parent class , you can call the parent class with a super way to realize the function of the parent class method , like adding your own methods to achieve
------ eference ------------------------------------ ---
possible parent class method implements some basic operations necessary subclasses do is based on these basic operations to implement other functions
------ eference ------ ---------------------------------
Thank you . Probably understand.
------ eference --------------------------------------- < br> I am a novice I think weak weak to ask a parent class that I inherited , and that I do not have the function of a parent class why it is called once
------ eference -------- -------------------------------
found that many times , the parent class method turned out to be abstract , there is no concrete realization . In the sub-class call inside super, I do not know where to call to achieve ?
very strange java
public boolean onOptionItemSelected(MenuItem item){
return super.onOptionsItemSelected(item);
}
Yes , java syntax is a little rusty, you ask, why should call the parent class ? Why do not you call your own ?
------ Solution ---------------------------------------- ----
parent class this method has achieved what we need to function , these functions may be that our own can not be achieved . Like the back button callback function , the callback you override the time, if you only want him to have a new feature , want to be able to achieve returns . For example, we want to press the back key to exit the program, you are prompted to quit before the launch , we have to call the parent class's back button callback , that is, through the super keyword call the parent class method , so as to achieve the return of function, and our newly added feature is a pop-up prompt dialog box . Here , back button to return to the function is not a simple software programming , but also to the hardware circuit response is more difficult to achieve. This is why you want to use the super keyword to call the parent class method causes.
------ eference --------------------------------------- < br> inherited from the parent class , you can call the parent class with a super way to realize the function of the parent class method , like adding your own methods to achieve
------ eference ------------------------------------ ---
possible parent class method implements some basic operations necessary subclasses do is based on these basic operations to implement other functions
------ eference ------ ---------------------------------
Thank you . Probably understand.
------ eference --------------------------------------- < br> I am a novice I think weak weak to ask a parent class that I inherited , and that I do not have the function of a parent class why it is called once
------ eference -------- -------------------------------
found that many times , the parent class method turned out to be abstract , there is no concrete realization . In the sub-class call inside super, I do not know where to call to achieve ?
very strange java
[Android] ListView touch , the background color , item will change , how to do ?
Now I want to achieve such an effect . Below is a list of ListView , when the touch an item , the background color will be green ,
ImageView will change the icon , TextView text will turn red when the finger is removed, will restore the original state.
If you just get some better change the background color , set the selector for the ListView on it, but there is also to change the contents of the controls on the Item more trouble , I thought using onTouch () event can get
But after setting , ListView click event itself will be masked. Depressed ......
------ Solution ------------------------------------ --------
seemingly use this property ?
android: drawSelectorOnTop = "false"
------ Solution ---------------------------- ----------------
android: cacheColorHint = "# 00000000"
/>
Or:
code states listview.setCacheColorHint (0);
------ Solution ------------------------------------ --------
mListView.setOnItemClickListener (new OnItemClickListener () {
public void onItemClick (AdapterView arg0, View v,
int position, long arg3) {
v.setBackgroundColor (Color.BLUE) ;
}
}
------ Solution ----------------------------------- ---------
listview.setOnItemClickListener ();
------ Solution ---------------------- ----------------------
set selector is not enough to modify the ListView adapter, in getview () is taken to deal with effects processing control object .
------ Solution ---------------------------------------- ----
can listen OnTouchListener listview
list.setOnTouchListener (new OnTouchListener () {
@ Override
public boolean onTouch (View v, MotionEvent event) {
/ / TODO Auto-generated method stub
switch (event.getAction ()) {
case MotionEvent.ACTION_DOWN:
Toast.makeText (ListViewTween.this, "down", 1000). show ();
break;
default:
break;
}
return false;
}
});
Then you put in that Case View stronger inside into listview, and then change its properties can be !
------ Solution ---------------------------------------- ----
this do not know if . .
------ eference --------------------------------------- < br> 1 , 2nd did not understand what I mean , ah, 3rd Floor understand, but this is not possible , OnItemClickListener is clicked state ,
I need is a difference when pressed , but still thank you for your answer
------ eference --------------------- ------------------
online ...
------ eference -------------- -------------------------
this
------ eference ------ ---------------------------------
Oh, I did not read all , did not pay attention to hand when leave to restore the original state
------ eference ------------------------------------ ---
landlord, you also unfair to the bar, I was the first to say listen OnTouch events , but also help you to press events are somehow, I had five points, 11 F, 11 points ?
------ eference --------------------------------------- < br> next time you fill
------ eference -------------------------------- -------
great !
ImageView will change the icon , TextView text will turn red when the finger is removed, will restore the original state.
If you just get some better change the background color , set the selector for the ListView on it, but there is also to change the contents of the controls on the Item more trouble , I thought using onTouch () event can get
But after setting , ListView click event itself will be masked. Depressed ......
------ Solution ------------------------------------ --------
seemingly use this property ?
android: drawSelectorOnTop = "false"
------ Solution ---------------------------- ----------------
/>
Or:
code states listview.setCacheColorHint (0);
------ Solution ------------------------------------ --------
mListView.setOnItemClickListener (new OnItemClickListener () {
public void onItemClick (AdapterView arg0, View v,
int position, long arg3) {
v.setBackgroundColor (Color.BLUE) ;
}
}
------ Solution ----------------------------------- ---------
listview.setOnItemClickListener ();
------ Solution ---------------------- ----------------------
set selector is not enough to modify the ListView adapter, in getview () is taken to deal with effects processing control object .
------ Solution ---------------------------------------- ----
can listen OnTouchListener listview
list.setOnTouchListener (new OnTouchListener () {
@ Override
public boolean onTouch (View v, MotionEvent event) {
/ / TODO Auto-generated method stub
switch (event.getAction ()) {
case MotionEvent.ACTION_DOWN:
Toast.makeText (ListViewTween.this, "down", 1000). show ();
break;
default:
break;
}
return false;
}
});
Then you put in that Case View stronger inside into listview, and then change its properties can be !
------ Solution ---------------------------------------- ----
this do not know if . .
------ eference --------------------------------------- < br> 1 , 2nd did not understand what I mean , ah, 3rd Floor understand, but this is not possible , OnItemClickListener is clicked state ,
I need is a difference when pressed , but still thank you for your answer
------ eference --------------------- ------------------
online ...
------ eference -------------- -------------------------
this
------ eference ------ ---------------------------------
Oh, I did not read all , did not pay attention to hand when leave to restore the original state
------ eference ------------------------------------ ---
landlord, you also unfair to the bar, I was the first to say listen OnTouch events , but also help you to press events are somehow, I had five points, 11 F, 11 points ?
------ eference --------------------------------------- < br> next time you fill
------ eference -------------------------------- -------
great !
2013年10月8日星期二
[Android] How C + + Builder and website for HTTPS POST and GET?
How C + + Builder and website for HTTPS POST and GET?
is sent to request and retrieve the results , do not show .
------ Solution ------------------------------------ --------
online abound --- http://blog.csdn.net/beiguofengguang/article/details/7396878
------ eference --------------------------------------- < br> C + + does not , C # touches will be some of the
------ eference ------------------------------ ---------
indy controls
------ eference -------------------------- -------------
whether there is a simple sample code ? Need to support HTTPS.
------ eference --------------------------------------- < br> own use OPENSSL DLL libraries get, thank you.
is sent to request and retrieve the results , do not show .
------ Solution ------------------------------------ --------
online abound --- http://blog.csdn.net/beiguofengguang/article/details/7396878
------ eference --------------------------------------- < br> C + + does not , C # touches will be some of the
------ eference ------------------------------ ---------
indy controls
------ eference -------------------------- -------------
whether there is a simple sample code ? Need to support HTTPS.
------ eference --------------------------------------- < br> own use OPENSSL DLL libraries get, thank you.
[Android] QT-embedded how configure opengl module
Compile QT-4.8.3-embedded time ( I need to configure opengl)
I was so configured
sudo. / configure-opensource-embedded arm-xplatform qws / linux-arm-g + +-opengl-scripttools-svg-phonon-qt-sql-sqlite ;-qt-sql-mysql-xmlpatterns-webkit-fast-qt-zlib-qt-libtiff-qt-libpng-qt-libjpeg-openssl-iconv-separate-debug-info -qt-freetype-qt-libmng-qt-mouse-tslib-qt-mouse-pc-no-mouse-linuxtp -I/usr/local/tslib/include -L/usr/local/tslib / lib - prefix = / usr / local / arm_qt
problems. Needs to be ported to the arm go up
All the OpenGL ES functionality tests failed!
You might need to modify the include and library search paths by editing
QMAKE_INCDIR_OPENGL, QMAKE_LIBDIR_OPENGL and QMAKE_LIBS_OPENGL in
/ qt-embedded-linux-opensource-src-4.5.3/mkspecs/qws/linux-arm-g + +.
searching for a day, a lot of people talking about this issue online .
have said OpenGL ES is a fee, it is impossible .
have said mounting a write library , and then configure it to include lib are added
see also installed DVSDK, and then put this stuff inside of stepping up the path to go.
but I never succeeded one , someone inflicted Mody. Seeking help
------ Solution - -------------------------------------------
key is in your system there is no associated header files, the compiler can be found , or configure add -opengl [es1 | es2 | desktop] is useless
------ Solution -------- ------------------------------------
OpenGL header files and libraries , such as gl . h, you look at your development environment, there is no, no , then do not Haonong , because you are embedded in it, to the manufacturer's estimate
------ Solution ------ --------------------------------------
should also be , as long as the OpenGL series came out just fine
------ eference --------------------------------- ------
seeking unsinkable ah , seeking unsinkable
------ eference ----------------------- ----------------
can tell what those documents required under ? What is the library ?
------ eference --------------------------------------- < br>
I was in ubuntu configured cross-compiler, then the compiled program ported to real210 on the board . Under cross-compile Qt on ubuntu when there is no opengl. What you see this line :
download opengl source. Cross compiling opengl. Then opengl header files , libraries, configuration files contain the path where Qt , and then cross-compile Qt
------ eference ------------------- --------------------
Thank you , oh , I try
------ eference ----------------------------- ----------
I have encountered this problem , methods have used online or failure ... will you solve it ?
I was so configured
sudo. / configure-opensource-embedded arm-xplatform qws / linux-arm-g + +-opengl-scripttools-svg-phonon-qt-sql-sqlite ;-qt-sql-mysql-xmlpatterns-webkit-fast-qt-zlib-qt-libtiff-qt-libpng-qt-libjpeg-openssl-iconv-separate-debug-info -qt-freetype-qt-libmng-qt-mouse-tslib-qt-mouse-pc-no-mouse-linuxtp -I/usr/local/tslib/include -L/usr/local/tslib / lib - prefix = / usr / local / arm_qt
problems. Needs to be ported to the arm go up
All the OpenGL ES functionality tests failed!
You might need to modify the include and library search paths by editing
QMAKE_INCDIR_OPENGL, QMAKE_LIBDIR_OPENGL and QMAKE_LIBS_OPENGL in
/ qt-embedded-linux-opensource-src-4.5.3/mkspecs/qws/linux-arm-g + +.
searching for a day, a lot of people talking about this issue online .
have said OpenGL ES is a fee, it is impossible .
have said mounting a write library , and then configure it to include lib are added
see also installed DVSDK, and then put this stuff inside of stepping up the path to go.
but I never succeeded one , someone inflicted Mody. Seeking help
------ Solution - -------------------------------------------
key is in your system there is no associated header files, the compiler can be found , or configure add -opengl [es1 | es2 | desktop] is useless
------ Solution -------- ------------------------------------
OpenGL header files and libraries , such as gl . h, you look at your development environment, there is no, no , then do not Haonong , because you are embedded in it, to the manufacturer's estimate
------ Solution ------ --------------------------------------
should also be , as long as the OpenGL series came out just fine
------ eference --------------------------------- ------
seeking unsinkable ah , seeking unsinkable
------ eference ----------------------- ----------------
can tell what those documents required under ? What is the library ?
------ eference --------------------------------------- < br>
I was in ubuntu configured cross-compiler, then the compiled program ported to real210 on the board . Under cross-compile Qt on ubuntu when there is no opengl. What you see this line :
download opengl source. Cross compiling opengl. Then opengl header files , libraries, configuration files contain the path where Qt , and then cross-compile Qt
------ eference ------------------- --------------------
Thank you , oh , I try
------ eference ----------------------------- ----------
I have encountered this problem , methods have used online or failure ... will you solve it ?
[Android] Taskbar notification , after opening , how to tap disappear ?
Testing found that by sending the taskbar notification , tap , or that prompt , and other notifications, tap no.
how to tap it disappear ? Because the task bar notification is to look at it. Too many words can not seem to wrap ?
------ Solution ---------------------------------------- ----
Notification.Builder.setAutoCancel (true)
------ eference ------------------------- --------------
Thank you @ tantahe, I try.
There is a question to ask, then send multiple notifications are displayed in the task bar rolling , there is no way to get back when the notification appears in front of notification no. For example : two notifications , the first notification was 9:30 arrived, ready to rest , the second notice was 10:00 to the rest of . If these two do not look before notification can not let it show only the second notification : 10:00 to rest in . Looks like the first notification was not made the same.
how to tap it disappear ? Because the task bar notification is to look at it. Too many words can not seem to wrap ?
------ Solution ---------------------------------------- ----
Notification.Builder.setAutoCancel (true)
------ eference ------------------------- --------------
Thank you @ tantahe, I try.
There is a question to ask, then send multiple notifications are displayed in the task bar rolling , there is no way to get back when the notification appears in front of notification no. For example : two notifications , the first notification was 9:30 arrived, ready to rest , the second notice was 10:00 to the rest of . If these two do not look before notification can not let it show only the second notification : 10:00 to rest in . Looks like the first notification was not made the same.
android phone with eclipse debugging always show offline
I spent two phones to debug a program , but one always shows offline, can not debug . Students can also use the phone to debug . And now 360 mobile assistant can not connect the phone , do not know how this will suddenly yesterday can still connect . I've been reset adb still can not connect , turn off the adb reboot as well. Do not know how children ?
------ Solution ---------------------------------------- ----
re- installed under the driver
------ Solution ----------------------------- ---------------
adb conflict , 360 and Tencent helper class software , often affect the development
------ eference -------- -------------------------------
Do debug switch your phone off ?
---- - eference ---------------------------------------
not related, may be Computers reasons, even on today's show online and then , at that time under the computer should restart . Although I still do not know why.
------ eference --------------------------------------- < br> Finally generally how to solve ah
------ eference ------------------------------ ---------
encounter such a situation does not really solve the toss ah ah
------ Solution ---------------------------------------- ----
re- installed under the driver
------ Solution ----------------------------- ---------------
adb conflict , 360 and Tencent helper class software , often affect the development
------ eference -------- -------------------------------
Do debug switch your phone off ?
---- - eference ---------------------------------------
not related, may be Computers reasons, even on today's show online and then , at that time under the computer should restart . Although I still do not know why.
------ eference --------------------------------------- < br> Finally generally how to solve ah
------ eference ------------------------------ ---------
encounter such a situation does not really solve the toss ah ah
Android nearly a project's source code , covering every area of ??
Android development Android PDF Reader http://sourceforge.net/projects/andpdf/files/
personal accounting tool OnMyMeans http://sourceforge.net/projects/onmymeans/develop
Android battery monitoring Android Battery Dog http://sourceforge.net/projects/andbatdog/
RSS reader software Android RSS http://code.google.com/p/android-rss/
Android PDF reader DroidReader http://code.google.com/p/droidreader/
Android Scripting Environment http://code.google.com/p/android-scripting/
Android Games Android Shapes http://sourceforge.net/projects/shapes/
Android JSON RPC http://code.google.com/p/android-json-rpc/
Android VNC http://code.google.com/p/android-vnc/
Meizu M8 M8 Android Android transplant http://code.google.com/p/m8-android-kernel/
Android games Amazed http://code.google.com/p/apps-for-android/
Android social network HelloWorld goes mobile http://sourceforge.net/projects/helloworldgm/
phone chat program Android jChat http://code.google.com/p/jchat4android/
Android 's GPS track record MyTracks http://code.google.com/p/mytracks/
Android chess game Honzovy achy http://sourceforge.net/projects/honzovysachy/
Android Travel recording software AndTripLog http://sourceforge.net/projects/andtriplog/
music player Ambient http://sourceforge.net/projects/ambientmp/
Android mail client K9mail http://code.google.com/p/k9mail/
multi-platform application development library QuickConnect http://sourceforge.net/projects/quickconnect/
gPhone mobile air combat game http://code.google.com/p/wireless-apps/
Android small software Panoramio photos http://code.google.com/p/apps-for-android/
i-jetty http://code.google.com/p/i-jetty/
Android games DivideAndConquer http://code.google.com/p/apps-for-android/
Android world time AndroidGlobalTime http://code.google.com/p/apps-for-android/
Android 2D game engine Android Angle http://code.google.com/p/angle/
Android Ruby http://code.google.com/p/android-ruby/
Android-N810 http://sourceforge.net/projects/android-n810/
Android SMS application Ecclesia http://sourceforge.net/projects/ecclesia
Android platform JXTA client Peerdroid http://code.google.com/p/peerdroid/
Android game engine libgdx http://code.google.com/p/libgdx/
Android photo small software Photostream http://code.google.com/p/apps-for-android/
Alien3d logo Android 3D game engine Alien3d http://code.google.com/p/alien3d/
Winamp Remote Android Server http://sourceforge.net/projects/winampdroid
Android 's Facebook client Andrico http://code.google.com/p/andrico/
Android Applications Manager http://sourceforge.net/projects/aam/
Java 3D graphics engine Catcake http://code.google.com/p/catcake/
android-gcc-objc2-0 http://code.google.com/p/android-gcc-objc2- 0 /
squared Sudoku OpenSudoku http://code.google.com/p/opensudoku-android/
Android ringtones Expansion Tool RingsExtended http://code.google.com/p/apps-for-android/
JavaEye Android client http://code.google.com/p/javaeye-android-client/
RemoteDroid http://code.google.com/p/remotedroid/
Android games Clickin2DaBeat http://code.google.com/p/apps-for-android/
Assistant doctor of Chinese medicine information system zz-doctor http://code.google.com/p/zz-doctor/
Facebook Connect for Android http://code.google.com/p/fbconnect-android/
Android SMSPopup http://code.google.com/p/android-smspopup/
FreeTTS-Android http://sourceforge.net/projects/freettsandroidi
Foursquare.com client Foursquar http://code.google.com/p/foursquared/
barcode scanner Android PC_BCR http://code.google.com/p/android-pcbcr/
------ Solution ------------------------------------ --------
many projects are worth learning, such as Android SMSPopup, Android 2D game engine , Android battery monitoring , RSS reading software , Android's GPS track records. . . .
------ Solution ---------------------------------------- ----
- ----- Solution --------------------------------------------
thanks for sharing , it is tough
------ Solution -------------------------------- ------------
this to force
------ Solution --------------------- -----------------------
good stuff , a collection ! Thank you ! Landlord hard ! ~ ~
------ Solution -------------------------------------- ------
thank Louzhu
------ Solution ---------------------------- ----------------
first collection down to say ,
------ Solution --------------- -----------------------------
thanks for sharing ah. Decisive collection ...
------ Solution ----------------------------------- ---------
decisive favorites ... Thank landlord .
------ Solution ---------------------------------------- ----
Thank landlord favorites
------ Solution ---------------------------- ----------------
birds leave footprints
------ Solution ---------------- ----------------------------
possession ah ah ah ah ah ah ah ah ah ah ah ah ah ;
------ Solution ----- ---------------------------------------
to force, to force
- ---- Solution -------------------------------------------- < br> good stuff , the first collection to say
------ Solution ------------------------------- -------------
good thing, Zhengchou where to find those too . Thank you !
------ Solution ------------------------------------- -------
Thank you to share
------ Solution ---------------------------- ----------------
Thank you.
------ Solution ---------------------------------------- ----
down home slowly research
------ Solution ----------------------- ---------------------
this is to force ah if there decoder transplant android source code like it
- ---- Solution -------------------------------------------- < br> good ah. .
------ eference --------------------------------------- < br>
------ eference ------------------------------------ ---
------ eference ------------------------------------ ---
be a marker · · · Thank you for sharing
------ eference ------------------------------------ ---
------ eference ------------------------------------ ---
------ eference ------------------------------------ ---
------ eference ------------------------------------ ---
good resource Thank collection . .
------ eference --------------------------------------- < br>
------ eference ------------------------------------ ---
------ eference ------------------------------------ ---
------ eference ------------------------------------ ---
------ eference ------------------------------------ ---
------ eference ------------------------------------ ---
good strong ah
------ eference -------------------------------- -------
only to see such a good post .
are too busy hey ......
------ eference --------------------------- ------------
landlord to force too much , thank you share
------ eference ------------------ ---------------------
------ eference --------------------------- ------------
------ eference ------------------------------------ ---
so much hard
------ eference ----------------------------- ----------
see my reply ? ? ? ?
------ eference --------------------------------------- < br>
------ eference ------------------------------------ ---
Thank you to share
------ eference -------------------------------- -------
I did not engage in security desk · · · ·
------ eference ----------- ----------------------------
------ eference ------------------------------------ ---
Thank you for sharing , collection !
------ eference --------------------------------------- < br> Thank you very much , the first collection .
------ eference --------------------------------------- < br>
------ eference ------------------------------------ ---
collection ..............
------ eference ------------------ ---------------------
god Ma ...
------ eference ----------- ----------------------------
------ eference ------------------------------------ ---
Hey 00000000000000000
------ eference -------------------------------- -------
recognition of the next .
------ eference --------------------------------------- < br> good ~!!!!!!!!
------ eference ---------------------------- -----------
thanks for sharing ,
------ eference ----------------------- ----------------
------ eference ------------------------------------ ---
code of lovely , long Andrews square .
------ eference --------------------------------------- < br>
------ eference ------------------------------------ ---
good ah. . .
------ eference --------------------------------------- < br> really good things ah
------ eference ---------------------------------- -----
------ eference ------------------------------------ ---
ask a question ah cattle
About HttpURLConnection set the proxy ip, delayed commencement of discussions and advice
http://topic.csdn.net/u/20111120/19/b8038cff-9b76-491b-ad04-abe9a948b623.html
------ eference --------- ------------------------------
good
------ eference ------------------------------------ ---
to the force ! ! !
------ eference --------------------------------------- < br> amazing. . .
------ eference --------------------------------------- < br>
------ eference ------------------------------------ ---
------ eference ------------------------------------ ---
------ eference ------------------------------------ ---
thanks for sharing , it is tough
------ eference ------------------------------------ ---
Thank you to share ! First download the study under !
------ eference --------------------------------------- < br> thanks for sharing
------ eference ------------------------------------ ---
landlord Zhennai god people
------ eference ---------------------------- -----------
first download learn . Thank you.
------ eference --------------------------------------- < br> Thank you sharing very grateful · ~ ~
------ eference -------------------------- -------------
landlord is good
------ eference --------------------- ------------------
------ eference ------------------------------------ ---
Thank you to share ! Great God
------ eference ---------------------------------------
Thank landlord
------ eference ----------------------------------- ----
------ eference ------------------------------------ ---
------ eference ------------------------------------ ---
so much useless Yeah I did not score
------ eference ------------------------------------ ---
good stuff thanks for sharing ! ! ! !
------ eference ------------------------------------ ---
so tough, I was learning
------ eference ---------------------------- -----------
I am going to settle Square Satan Fa Asa
------ eference ----------------- ----------------------
Thank you for sharing ! Collection !
------ eference --------------------------------------- < br> landlord you worked hard
------ eference ---------------------------------- -----
liked to say ~ ~
------ eference -------------------------- -------------
------ eference ------------------------------------ ---
------ eference ------------------------------------ ---
------ eference ------------------------------------ ---
------ eference ------------------------------------ ---
landlord ah well, got so many
------ eference -------------------------- -------------
thanks ! !
------ eference --------------------------------------- < br>
------ eference ------------------------------------ ---
a lot of good things ! ! ! Thank you .
------ eference --------------------------------------- < br> F group mighty powerful ah
------ eference ----------------------------- ----------
good thing ah
------ eference ------------------------ ---------------
good
------ eference ------------------------------------ ---
------ eference ------------------------------------ ---
- ---- eference ---------------------------------------
Thank landlord , a good strong ah
------ eference ----------------------------------- ----
lz really amazing , thank you share
personal accounting tool OnMyMeans http://sourceforge.net/projects/onmymeans/develop
Android battery monitoring Android Battery Dog http://sourceforge.net/projects/andbatdog/
RSS reader software Android RSS http://code.google.com/p/android-rss/
Android PDF reader DroidReader http://code.google.com/p/droidreader/
Android Scripting Environment http://code.google.com/p/android-scripting/
Android Games Android Shapes http://sourceforge.net/projects/shapes/
Android JSON RPC http://code.google.com/p/android-json-rpc/
Android VNC http://code.google.com/p/android-vnc/
Meizu M8 M8 Android Android transplant http://code.google.com/p/m8-android-kernel/
Android games Amazed http://code.google.com/p/apps-for-android/
Android social network HelloWorld goes mobile http://sourceforge.net/projects/helloworldgm/
phone chat program Android jChat http://code.google.com/p/jchat4android/
Android 's GPS track record MyTracks http://code.google.com/p/mytracks/
Android chess game Honzovy achy http://sourceforge.net/projects/honzovysachy/
Android Travel recording software AndTripLog http://sourceforge.net/projects/andtriplog/
music player Ambient http://sourceforge.net/projects/ambientmp/
Android mail client K9mail http://code.google.com/p/k9mail/
multi-platform application development library QuickConnect http://sourceforge.net/projects/quickconnect/
gPhone mobile air combat game http://code.google.com/p/wireless-apps/
Android small software Panoramio photos http://code.google.com/p/apps-for-android/
i-jetty http://code.google.com/p/i-jetty/
Android games DivideAndConquer http://code.google.com/p/apps-for-android/
Android world time AndroidGlobalTime http://code.google.com/p/apps-for-android/
Android 2D game engine Android Angle http://code.google.com/p/angle/
Android Ruby http://code.google.com/p/android-ruby/
Android-N810 http://sourceforge.net/projects/android-n810/
Android SMS application Ecclesia http://sourceforge.net/projects/ecclesia
Android platform JXTA client Peerdroid http://code.google.com/p/peerdroid/
Android game engine libgdx http://code.google.com/p/libgdx/
Android photo small software Photostream http://code.google.com/p/apps-for-android/
Alien3d logo Android 3D game engine Alien3d http://code.google.com/p/alien3d/
Winamp Remote Android Server http://sourceforge.net/projects/winampdroid
Android 's Facebook client Andrico http://code.google.com/p/andrico/
Android Applications Manager http://sourceforge.net/projects/aam/
Java 3D graphics engine Catcake http://code.google.com/p/catcake/
android-gcc-objc2-0 http://code.google.com/p/android-gcc-objc2- 0 /
squared Sudoku OpenSudoku http://code.google.com/p/opensudoku-android/
Android ringtones Expansion Tool RingsExtended http://code.google.com/p/apps-for-android/
JavaEye Android client http://code.google.com/p/javaeye-android-client/
RemoteDroid http://code.google.com/p/remotedroid/
Android games Clickin2DaBeat http://code.google.com/p/apps-for-android/
Assistant doctor of Chinese medicine information system zz-doctor http://code.google.com/p/zz-doctor/
Facebook Connect for Android http://code.google.com/p/fbconnect-android/
Android SMSPopup http://code.google.com/p/android-smspopup/
FreeTTS-Android http://sourceforge.net/projects/freettsandroidi
Foursquare.com client Foursquar http://code.google.com/p/foursquared/
barcode scanner Android PC_BCR http://code.google.com/p/android-pcbcr/
------ Solution ------------------------------------ --------
many projects are worth learning, such as Android SMSPopup, Android 2D game engine , Android battery monitoring , RSS reading software , Android's GPS track records. . . .
------ Solution ---------------------------------------- ----
- ----- Solution --------------------------------------------
thanks for sharing , it is tough
------ Solution -------------------------------- ------------
this to force
------ Solution --------------------- -----------------------
good stuff , a collection ! Thank you ! Landlord hard ! ~ ~
------ Solution -------------------------------------- ------
thank Louzhu
------ Solution ---------------------------- ----------------
first collection down to say ,
------ Solution --------------- -----------------------------
thanks for sharing ah. Decisive collection ...
------ Solution ----------------------------------- ---------
decisive favorites ... Thank landlord .
------ Solution ---------------------------------------- ----
Thank landlord favorites
------ Solution ---------------------------- ----------------
birds leave footprints
------ Solution ---------------- ----------------------------
possession ah ah ah ah ah ah ah ah ah ah ah ah ah ;
------ Solution ----- ---------------------------------------
to force, to force
- ---- Solution -------------------------------------------- < br> good stuff , the first collection to say
------ Solution ------------------------------- -------------
good thing, Zhengchou where to find those too . Thank you !
------ Solution ------------------------------------- -------
Thank you to share
------ Solution ---------------------------- ----------------
Thank you.
------ Solution ---------------------------------------- ----
down home slowly research
------ Solution ----------------------- ---------------------
this is to force ah if there decoder transplant android source code like it
- ---- Solution -------------------------------------------- < br> good ah. .
------ eference --------------------------------------- < br>
This reply was moderator deleted at 2011-11-16 17:04:38
------ eference ------------------------------------ ---
This reply was moderator deleted at 2011-11-17 16:01:42
------ eference ------------------------------------ ---
be a marker · · · Thank you for sharing
------ eference ------------------------------------ ---
This reply was moderator deleted at 2011-11-17 16:39:35
------ eference ------------------------------------ ---
This reply was moderator deleted at 2011-11-17 16:40:21
------ eference ------------------------------------ ---
This reply was moderator deleted at 2011-11-18 16:03:06
------ eference ------------------------------------ ---
good resource Thank collection . .
------ eference --------------------------------------- < br>
This reply was moderator deleted at 2011-11-18 16:58:05
------ eference ------------------------------------ ---
The reply on 2011-11-21 09:24:59 deleted by moderator
------ eference ------------------------------------ ---
The reply on 2011-11-21 09:27:19 deleted by moderator
------ eference ------------------------------------ ---
The reply on 2011-11-21 10:51:14 deleted by moderator
------ eference ------------------------------------ ---
The reply on 2011-11-21 11:04:19 deleted by moderator
------ eference ------------------------------------ ---
good strong ah
------ eference -------------------------------- -------
only to see such a good post .
are too busy hey ......
------ eference --------------------------- ------------
landlord to force too much , thank you share
------ eference ------------------ ---------------------
------ eference --------------------------- ------------
The reply on 2011-11-21 09:17:56 deleted by moderator
------ eference ------------------------------------ ---
so much hard
------ eference ----------------------------- ----------
see my reply ? ? ? ?
------ eference --------------------------------------- < br>
The reply on 2011-11-21 09:42:08 deleted by moderator
------ eference ------------------------------------ ---
Thank you to share
------ eference -------------------------------- -------
I did not engage in security desk · · · ·
------ eference ----------- ----------------------------
The reply on 2011-11-21 09:50:36 deleted by moderator
------ eference ------------------------------------ ---
Thank you for sharing , collection !
------ eference --------------------------------------- < br> Thank you very much , the first collection .
------ eference --------------------------------------- < br>
The reply on 2011-11-21 14:32:16 deleted by moderator
------ eference ------------------------------------ ---
collection ..............
------ eference ------------------ ---------------------
god Ma ...
------ eference ----------- ----------------------------
The reply on 2011-11-21 09:55:14 deleted by moderator
------ eference ------------------------------------ ---
Hey 00000000000000000
------ eference -------------------------------- -------
recognition of the next .
------ eference --------------------------------------- < br> good ~!!!!!!!!
------ eference ---------------------------- -----------
thanks for sharing ,
------ eference ----------------------- ----------------
The reply on 2011-11-21 09:55:14 deleted by moderator
------ eference ------------------------------------ ---
code of lovely , long Andrews square .
------ eference --------------------------------------- < br>
The reply on 2011-11-21 14:35:10 deleted by moderator
------ eference ------------------------------------ ---
good ah. . .
------ eference --------------------------------------- < br> really good things ah
------ eference ---------------------------------- -----
The reply on 2011-11-21 09:55:10 deleted by moderator
------ eference ------------------------------------ ---
ask a question ah cattle
About HttpURLConnection set the proxy ip, delayed commencement of discussions and advice
http://topic.csdn.net/u/20111120/19/b8038cff-9b76-491b-ad04-abe9a948b623.html
------ eference --------- ------------------------------
good
------ eference ------------------------------------ ---
to the force ! ! !
------ eference --------------------------------------- < br> amazing. . .
------ eference --------------------------------------- < br>
The reply on 2011-11-21 09:56:20 deleted by moderator
------ eference ------------------------------------ ---
The reply on 2011-11-21 09:56:20 deleted by moderator
------ eference ------------------------------------ ---
The reply on 2011-11-21 09:56:13 deleted by moderator
------ eference ------------------------------------ ---
thanks for sharing , it is tough
------ eference ------------------------------------ ---
Thank you to share ! First download the study under !
------ eference --------------------------------------- < br> thanks for sharing
------ eference ------------------------------------ ---
landlord Zhennai god people
------ eference ---------------------------- -----------
first download learn . Thank you.
------ eference --------------------------------------- < br> Thank you sharing very grateful · ~ ~
------ eference -------------------------- -------------
landlord is good
------ eference --------------------- ------------------
The reply on 2011-11-21 09:58:07 deleted by moderator
------ eference ------------------------------------ ---
Thank you to share ! Great God
------ eference ---------------------------------------
Thank landlord
------ eference ----------------------------------- ----
This reply was moderator deleted at 2012-08-28 09:10:58
------ eference ------------------------------------ ---
The reply on 2011-11-21 09:58:55 deleted by moderator
------ eference ------------------------------------ ---
so much useless Yeah I did not score
------ eference ------------------------------------ ---
good stuff thanks for sharing ! ! ! !
------ eference ------------------------------------ ---
so tough, I was learning
------ eference ---------------------------- -----------
I am going to settle Square Satan Fa Asa
------ eference ----------------- ----------------------
Thank you for sharing ! Collection !
------ eference --------------------------------------- < br> landlord you worked hard
------ eference ---------------------------------- -----
liked to say ~ ~
------ eference -------------------------- -------------
The reply on 2011-11-21 09:59:50 deleted by moderator
------ eference ------------------------------------ ---
The reply on 2011-11-21 09:59:50 deleted by moderator
------ eference ------------------------------------ ---
The reply on 2011-11-21 15:30:53 deleted by moderator
------ eference ------------------------------------ ---
The reply on 2011-11-21 10:00:45 deleted by moderator
------ eference ------------------------------------ ---
landlord ah well, got so many
------ eference -------------------------- -------------
thanks ! !
------ eference --------------------------------------- < br>
This reply was moderator deleted at 2011-11-24 11:30:55
------ eference ------------------------------------ ---
a lot of good things ! ! ! Thank you .
------ eference --------------------------------------- < br> F group mighty powerful ah
------ eference ----------------------------- ----------
good thing ah
------ eference ------------------------ ---------------
good
------ eference ------------------------------------ ---
The reply on 2011-11-21 10:00:42 deleted by moderator
------ eference ------------------------------------ ---
- ---- eference ---------------------------------------
Thank landlord , a good strong ah
------ eference ----------------------------------- ----
lz really amazing , thank you share
[Android] DrawerLayout main interface is covered
navigation interface
include first is the layout of the main interface , the latter two are the left and right navigation include the layout , but open the run time is always displayed last a navigation layout solving , statckflow seemingly do not have the problem, and English is limited , the official document scanty .
------ Solution ---------------------------------------- ----
left drawer needs to define attributes android: layout_gravity = "start" and android: layout_width <320dp
Similarly right drawer requires android: layout_gravity = "end" and android: layout_width <320dp
Not tested include the case , include the back should not attribute it directly with these two ?
You can try user_layout define android: layout_gravity = "right" and specify a width of less than 320dp ,
module_layout same treatment ("start" pass "left", "end" pass "right")
Why should include? order to reuse ? If the order to reuse , you can try
Also: did not see the necessity of the outermost RelativeLayout , you can take a look Lint recommend
------ eference ---------- -----------------------------
seeking unsinkable , seeking answers
------ eference - -------------------------------------
you do not include the entire layout before it is normal do
------ eference ------------------------------------ ---
not normal , has been covered
------ eference ------------------------------------ ---
3q, resolved , relativelayout is the online reference source, examples
This post last edited by the xiaoguohaha on 2013-10-04 16:00:58
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.v4.widget.DrawerLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/drawer_layout">
<include layout="@layout/main_layout"/>
<include layout="@layout/module_layout"/>
<include layout="@layout/user_layout"/>
</android.support.v4.widget.DrawerLayout>
</RelativeLayout>
include first is the layout of the main interface , the latter two are the left and right navigation include the layout , but open the run time is always displayed last a navigation layout solving , statckflow seemingly do not have the problem, and English is limited , the official document scanty .
------ Solution ---------------------------------------- ----
left drawer needs to define attributes android: layout_gravity = "start" and android: layout_width <320dp
Similarly right drawer requires android: layout_gravity = "end" and android: layout_width <320dp
Not tested include the case , include the back should not attribute it directly with these two ?
You can try user_layout define android: layout_gravity = "right" and specify a width of less than 320dp ,
module_layout same treatment ("start" pass "left", "end" pass "right")
Why should include? order to reuse ? If the order to reuse , you can try
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.v4.widget.DrawerLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/drawer_layout">
<include layout="@layout/main_layout"/>
<LinearLayout
android:id="@+id/left_drawer"
android:layout_width="240dp"
android:layout_height="match_parent"
android:layout_gravity="start">
<include layout="@layout/module_layout"/>
</LinearLayout>
<LinearLayout
android:id="@+id/right_drawer"
android:layout_width="300dp"
android:layout_height="match_parent"
android:layout_gravity="end" >
<include layout="@layout/user_layout"/>
</LinearLayout>
</android.support.v4.widget.DrawerLayout>
</RelativeLayout>
Also: did not see the necessity of the outermost RelativeLayout , you can take a look Lint recommend
------ eference ---------- -----------------------------
seeking unsinkable , seeking answers
------ eference - -------------------------------------
you do not include the entire layout before it is normal do
------ eference ------------------------------------ ---
not normal , has been covered
------ eference ------------------------------------ ---
3q, resolved , relativelayout is the online reference source, examples
[Android] The OnKey event editText1 Why executed twice Toast? how to avoid
This post last edited by the ilove8 on 2013-10-02 21:49:54
When editText1 nulls Enter key , suggesting not be empty, but why each displayed twice tips , track a bit, the onKey event executed twice.
main code is as follows
editText1.setOnKeyListener(new View.OnKeyListener() {
@Override
public boolean onKey(View arg0, int arg1, KeyEvent arg2) {
boolean bRet = false;
String s = editText1.getText().toString();
if(arg1==KeyEvent.KEYCODE_ENTER){
if(s.length() == 0){
ShowToast("不能为空");
bRet = true;
}
}
return bRet;
}
});
edit1Text text controls below there is a edit2Text
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content" >
<EditText
android:id="@+id/editText1"
android:layout_width="0dip"
android:layout_height="wrap_content"
android:layout_weight="1"
android:singleLine="true"
android:ems="10" >
<requestFocus />
</EditText>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content" >
<EditText
android:id="@+id/editText2"
android:layout_width="0dip"
android:layout_height="wrap_content"
android:layout_weight="1"
android:singleLine="true"
android:ems="10" />
</LinearLayout>
How to avoid prompted twice ? Thank
------ Solution ----------------------------- ---------------
click once on the Enter key , KeyEvent.ACTION_DOWN and KeyEvent.ACTION_UP are triggered View.OnKeyListener (), so Toast displayed twice. You can put
if(arg1==KeyEvent.KEYCODE_ENTER)change
if(arg1==KeyEvent.KEYCODE_ENTER && arg2.getAction() == KeyEvent.ACTION_DOWN)or
if(arg1==KeyEvent.KEYCODE_ENTER && arg2.getAction() == KeyEvent.ACTION_UP)This will only press the ENTER key or release the ENTER key when the display Toast.
You may also need to be changed when press and release , Toast display different string.
------ eference ------------------------------------ ---
if(arg1==KeyEvent.KEYCODE_ENTER && arg2.getAction() == KeyEvent.ACTION_UP)
effective, thank you ah
plus you QQ, how much you look .
------ eference ---------------------------- -----------
Results posted !!
android2.3.5 system source code ? Some people want to do
there is a compressed package
Here http://blog.csdn.net/ilittleone/article/details/6823441
because still uploading
last http://topic.csdn.net/u/20110913/20/a0a24fb2-7bcd-45a8-b6f1-681d54b70e22.html?984208211
posts by errors
blog to write, do not say
everyone is finished watching checksum to detect bit sha1 MD5 is also directly extracted with 7zip source code folder winrar slow
A total of seven packages , because that did not finished his , and so will bolg updates , as well as I can not modify the post, blog a detailed description
there ! ! ! ! Be sure to test MD5 downloaded A total of seven packages
http://115.com/file/bhf73tp6 #
myandroid.zip.006
http://115.com/file / bhf6ghnb #
myandroid.zip.005
http://115.com/file/aqyiugy6 #
myandroid.zip.004
http://115.com/file / cltuolru #
myandroid.zip.003
http://115.com/file/bhf65c7t #
myandroid.zip.002
http://115.com/file / bhf6m9gb #
myandroid.zip.001
not long-winded , and the last 115 broke, wasting everybody's time , really sorry , source code uploaded 10 hours
There taobao someone buys http://item.taobao.com/item.htm?id=10861658473 all prices have, we all search
statement :
please indicate the source : archive delete repo folder , does not affect the compiled code migration , do not know how to add linux knowledge , this is more than 6G decompression 2.3.5 source code. Some stand aside , not to mention sarcastic .
------ Solution ---------------------------------------- ----
Although I have source code , but it took so long for everyone to share , not easy , and not to the top !
------ Solution ---------------------------------------- ----
landlord hard
!
!
!
------ Solution ---------------------------------------- ----
landlord good man ah , thank you, this was Dinga, is being downloaded , good speed
------ Solution -------------- ------------------------------
Thank shared resources
------ Solution ---- ----------------------------------------
Thank LZ share ~ ~ ~ < br> ------ Solution ----------------------------------------- ---
LZ share ~ ~ ~ Thank you , go back and download
------ Solution ------------------------ --------------------
Thank you for sharing , make a mark free look what's different
------ Solution - ------------------------------------------
spent the last three days time to download , and spent two days time decompression. Finalized not ah. Thank you, downloaded again .
------ Solution ---------------------------------------- ----
wood , but let others see you can be a great chance points, up about ,
------ Solution ------------ --------------------------------
Oh, I believe that this is no problem. Download the four files.
I am now working in an android mobile phone company to develop a system 2.3.3 . So looking to find the source code for goldfish , from all learn about. Landlord very hard ah , do not sleep. Yes sharing , thank you .
------ Solution ------------------------------------ --------
not say much, is a grateful word
------ eference -------------------- -------------------
passing look , huh
------ eference ------------- --------------------------
how still using 2.3.5 ah ? How do 3.2 ?
------ eference --------------------------------------- < br> you aside , the system is the main source 2.3.5 version, which did not know
------ eference ------------------- --------------------
today at compile 2.3.4 . ^ _ ^
------ eference ------------------------------------- -
android version too , this is a major flaw
------ eference ------------------------ ---------------
ding ding ding
------ eference ----------------- ----------------------
android version too , do not know that a good
------ eference ---- -----------------------------------
you talk to the 7th floor, I can only say , it is speechless. Hopelessly
------ eference ------------------------------------ ---
buddies say why Mile which will be born !
------ eference --------------------------------------- < br> Replies can get 10 points a day available points !
------ eference ------------------------------------ ---
2天decompression ? Will not so exaggerated ? I have nothing but 30 minutes compression
------ eference ---------------------------------- -----
Replies can get 10 points a day available points !
------ eference --------------------------------------- < br> Oh, decompression problems , engage in two days to determine decompression unsuccessful . I said do not understand.
talking about another topic: ( personal understanding may not )
That is the 2.3.5 code, we downloaded not much use . Why do you say ? Because this code is compiled out of the system , how do you verify that ? Look at the code I can not verify feeling useful. Of course, you say I buy a android phone is now available in the market that should also be tested .
I suggest that you find a goldfish kernel code , so that the emulator verification.
both for driver development , or application development, this idea is useful. This environment is not good to engage. Latecomers is relatively depressed ah. Hope to have previous experience and the code predecessors advice, thank you .
------ eference ------------------------------------ ---
Previously issued 115 problems, the new hair really no problem .
sent a you do not believe , you can email me , I compile successful people send me e-mail to you to see
Also, this guy must be clear , this is not okay with goldfish kernel source code , source code needed to download goldfish , there is this thing the whole system source code , linux environment to engage , if the name of your difficulties , this source did you use to say little goldfish useless source for system migration , system migration engage in the development of both boards.
------ eference --------------------------------------- < br> linux-2.6.25-android-1.0_r1.tar.gz \ kernel.git \ arch \ arm - TAR + GZIP compressed files, unpacked size 266,255,048 bytes
Also I am looking for a 1.0 code in this directory below mach-goldfish directory , tomorrow to try compiling it, is not that similar documents, please advise , thank you.
------ eference --------------------------------------- < br>
https://github.com/android/kernel_common you to get off here , temporarily do not want to upload , and if you really do not say. Source goldfish little demand
------ eference ----------------------------------- ----
Oh , thank you, try.
------ eference --------------------------------------- < br> full right, the core part too?
------ eference --------------------------------------- < br> core can not compile it
------ eference --------------------------------- ------
download all down, but also extract finished ! But do not use ! >> _ <<
I want to see the system applications is how to achieve , how to see ? For example : The system comes with a music player .
------ eference --------------------------------------- < br> Baidu Bai, Du asked me not doing anything else
------ eference -------------------------- -------------
Thank you to share , which comrades 2.3.7 , but also to share in that. Ha
------ eference ---------------------------------------
VII do ?
------ eference --------------------------------------- < br>
see blog
------ eference -------------------------------- -------
landlord could kindly look, talk about how to compile it ?
I was under xp download , I would like to be compiled into ubuntu10.04 need to how to set it ?
------ eference ------------------------------------ ---
landlord , you download the linux environment, such as catalog what 's different with me ?
How do I import into ubuntu system which directory , compile it , I heard forty-five hours to compile it ?
and need some settings ?
------ eference --------------------------------------- < br> white learn to master pay tribute
------ eference ---------------------------- -----------
Why except the first one , the others are unable to decompress ah
[Android] objective-c how to customize function
objective-c how to customize functions and nslog almost directly in the class or method can be used inside .
If you can not define , you can talk about or talk about nslog source inside Oh not much point to 50 bar.
------ Solution ------------------------------------ --------
in object-oriented , the function call method , oc in the method of classification methods and instance methods. Namely , the method of the plus and minus signs in front .
/ / class methods
+ (Type) method: (Type) param;
/ / instance methods
- (Type) method: (Type) param;
------ Solution ----------------- ---------------------------
NSLog is a C -style function , estimated that you want to define a C function , this is the same with the C program , and in accordance with the wording on the line C
------ Solution -------------------------------- ------------
oc can be added to the C programming habits. . . But oc custom function under the first floor said as a ,
------ Solution ------------------------ --------------------
head
------ Solution ----------------------------------- ---------
OC use the GCC compiler, therefore , one is OC grammar itself , as the first floor , as is the idea of OOP , or just NSLog as the C language global function , this method is very simple, outside the class , using C syntax to define a function like ......
------ eference --------------- ------------------------
oc can be added to the C programming habits. . . But oc under the first floor of a custom function as said , and, ah , thank you
If you can not define , you can talk about or talk about nslog source inside Oh not much point to 50 bar.
------ Solution ------------------------------------ --------
in object-oriented , the function call method , oc in the method of classification methods and instance methods. Namely , the method of the plus and minus signs in front .
/ / class methods
+ (Type) method: (Type) param;
/ / instance methods
- (Type) method: (Type) param;
------ Solution ----------------- ---------------------------
NSLog is a C -style function , estimated that you want to define a C function , this is the same with the C program , and in accordance with the wording on the line C
------ Solution -------------------------------- ------------
oc can be added to the C programming habits. . . But oc custom function under the first floor said as a ,
------ Solution ------------------------ --------------------
head
------ Solution ----------------------------------- ---------
OC use the GCC compiler, therefore , one is OC grammar itself , as the first floor , as is the idea of OOP , or just NSLog as the C language global function , this method is very simple, outside the class , using C syntax to define a function like ......
------ eference --------------- ------------------------
oc can be added to the C programming habits. . . But oc under the first floor of a custom function as said , and, ah , thank you
android emulator debugger every time , restarting very uncomfortable seeking expert explained
target has already been set up and the choice is correct avd
api level is also the same
system android3.0 api 11
------ Solution ------------------------- -------------------
adb process may be out of the question , in the Task Manager to end adb.exe process, and then to the "android installation directory / platform- tools " run " adb.exe start-server ". Such modification program simply by clicking Run As-> Android Aplication can be re- loaded .
------ Solution ---------------------------------------- ----
target please do not arbitrarily specified , not specified are the best , and you start to see your ddms after the left does not show that the machine name , and some words are generally not re- start another one , unless your simulator is 2.2 , then your program is 3.0
------ eference --------------------------- ------------
how it will reboot every time ? Only need to first start AVD, after each debugger , you only need to uninstall the previous APK, re-install and run it.
------ eference --------------------------------------- < br> I also have several programs like this
------ eference ------------------------------ ---------
every day I turn first landing eclipse and then let the run-> run as -> android aplication will then start an android avd program and will not run again I run my program will restart after another avd without turning the program loaded on to an already open avd I closed eclipse Turn off and then restart adb.exe Close avd useless
------ eference ------------------------------------ ---
top 4th floor , my problem solved
------ eference ------------------------- --------------
not like it
------ eference ------------------ ---------------------
have solved summarize appear every reason to re- login first to exclude api version different problems , and then to target the selected version, if not possible , then the upper left corner of the devices in ddms near a view menu click on options so that you can reset adb
--- --- eference ---------------------------------------
look 4th Floor What to write thank
------ eference --------------------------------- ------
------ eference ------------------------------------ ---
silou
------ eference --------------------------------- ------
If it is so prompt, you can install it on the emulator debugger may start their own how to do it ?
[2012-10-10 16:40:01 - BusQuery] Installing BusQuery.apk ...
[2012-10-10 16:40:05 - BusQuery] Success!
[2012-10-10 16:40:05 - BusQuery] \ BusQuery \ bin \ BusQuery.apk installed on device
[2012-10-10 16:40:05 - BusQuery] Done!
------ eference -------------- -------------------------
Well , fourth positive solution !
------ eference --------------------------------------- < br> Well, the fourth floor of the right , if the tools under no adb.exe , then you can go online ,
------ eference --------------- ------------------------
landlord mighty ! Fourth floor of positive solutions
------ eference ------------------------------------- -
4L powerful ah ~ ~ ~
------ eference ----------------------------- ----------
fourth floor of positive solutions, the problem resolved quickly .
------ eference --------------------------------------- < br> top 4th floor .... thanks a million
------ eference ----------------------------- ----------
4L positive solution, like a
------ eference ---------------------- -----------------
I was done according to the fourth floor , but I / platform-tools " it is not found under " adb.exe start-server "is just adb.exe, do not know right
api level is also the same
system android3.0 api 11
------ Solution ------------------------- -------------------
adb process may be out of the question , in the Task Manager to end adb.exe process, and then to the "android installation directory / platform- tools " run " adb.exe start-server ". Such modification program simply by clicking Run As-> Android Aplication can be re- loaded .
------ Solution ---------------------------------------- ----
target please do not arbitrarily specified , not specified are the best , and you start to see your ddms after the left does not show that the machine name , and some words are generally not re- start another one , unless your simulator is 2.2 , then your program is 3.0
------ eference --------------------------- ------------
how it will reboot every time ? Only need to first start AVD, after each debugger , you only need to uninstall the previous APK, re-install and run it.
------ eference --------------------------------------- < br> I also have several programs like this
------ eference ------------------------------ ---------
every day I turn first landing eclipse and then let the run-> run as -> android aplication will then start an android avd program and will not run again I run my program will restart after another avd without turning the program loaded on to an already open avd I closed eclipse Turn off and then restart adb.exe Close avd useless
------ eference ------------------------------------ ---
top 4th floor , my problem solved
------ eference ------------------------- --------------
not like it
------ eference ------------------ ---------------------
have solved summarize appear every reason to re- login first to exclude api version different problems , and then to target the selected version, if not possible , then the upper left corner of the devices in ddms near a view menu click on options so that you can reset adb
--- --- eference ---------------------------------------
look 4th Floor What to write thank
------ eference --------------------------------- ------
This reply was moderator deleted at 2012-09-07 09:40:29
------ eference ------------------------------------ ---
silou
------ eference --------------------------------- ------
If it is so prompt, you can install it on the emulator debugger may start their own how to do it ?
[2012-10-10 16:40:01 - BusQuery] Installing BusQuery.apk ...
[2012-10-10 16:40:05 - BusQuery] Success!
[2012-10-10 16:40:05 - BusQuery] \ BusQuery \ bin \ BusQuery.apk installed on device
[2012-10-10 16:40:05 - BusQuery] Done!
------ eference -------------- -------------------------
Well , fourth positive solution !
------ eference --------------------------------------- < br> Well, the fourth floor of the right , if the tools under no adb.exe , then you can go online ,
------ eference --------------- ------------------------
landlord mighty ! Fourth floor of positive solutions
------ eference ------------------------------------- -
4L powerful ah ~ ~ ~
------ eference ----------------------------- ----------
fourth floor of positive solutions, the problem resolved quickly .
------ eference --------------------------------------- < br> top 4th floor .... thanks a million
------ eference ----------------------------- ----------
4L positive solution, like a
------ eference ---------------------- -----------------
I was done according to the fourth floor , but I / platform-tools " it is not found under " adb.exe start-server "is just adb.exe, do not know right
[Android] wp development problems
Great God I ask for advice on the surface RT reg.bat to run a file that prompts an error
ask for advice god why
------ Solution ------------------------------- -------------
Please provide reg.bat to analyze the contents of
estimated or because the RT is the ARM cause.
------ Solution ---------------------------------------- ----
directly call a dll file ?
------ Solution ---------------------------------------- ----
estimated that this device does not take you to write those dll now .
------ eference --------------------------------------- < br> reg.bat contents inside
cd c: \ windows \ syswow64 \
DibViewer.dll
ReportViewer.dll
------ eference ------------------------------------ ---
Yes, in reg.bat which directly call two . dll files
ask for advice god why
------ Solution ------------------------------- -------------
Please provide reg.bat to analyze the contents of
estimated or because the RT is the ARM cause.
------ Solution ---------------------------------------- ----
directly call a dll file ?
------ Solution ---------------------------------------- ----
estimated that this device does not take you to write those dll now .
------ eference --------------------------------------- < br> reg.bat contents inside
cd c: \ windows \ syswow64 \
DibViewer.dll
ReportViewer.dll
------ eference ------------------------------------ ---
Yes, in reg.bat which directly call two . dll files
[Android] Welcome mode inaccessible. . .
Want to find a tutorial where things suddenly found not welcome mode , the ( button on the left did not, point ctrl +1 also entered into the edit mode ) .
novice Yeah, waited a long time did not see to find where to set , we all know can you tell you .
------ Solution ---------------------------------------- ----
Ctrl +1 is welcome mode bar (Welcome)? Ctrl +2 is Edit, 3 is the Design, check what document instance direct Ctrl +7, is Help.
Welcome There are several Panel, you can choose , in the upper right side ,
------ Solution ------- -------------------------------------
Help menu, see if the plug is not canceled.
------ eference --------------------------------------- < br> Well , Ctrl +1 mode should be welcomed , but I'm here this mode inexplicably gone.
I just want to choose Ituri Example option, but this model is no entrance was elected.
looked under those settings Xiang did not see the welcome mode hidden settings.
------ eference ------- --------------------------------
method according moderators really effective ah ~ ~ ~ Thank you
novice Yeah, waited a long time did not see to find where to set , we all know can you tell you .
------ Solution ---------------------------------------- ----
Ctrl +1 is welcome mode bar (Welcome)? Ctrl +2 is Edit, 3 is the Design, check what document instance direct Ctrl +7, is Help.
Welcome There are several Panel, you can choose , in the upper right side ,
------ Solution ------- -------------------------------------
Help menu, see if the plug is not canceled.
------ eference --------------------------------------- < br> Well , Ctrl +1 mode should be welcomed , but I'm here this mode inexplicably gone.
I just want to choose Ituri Example option, but this model is no entrance was elected.
looked under those settings Xiang did not see the welcome mode hidden settings.
------ eference ------- --------------------------------
method according moderators really effective ah ~ ~ ~ Thank you
[Android] Service in onRebind () method is called when in the end what !
Service in onRebind () method is called when in the end what !
I look at the document , but said that is not clear ,
------ Solution ------------------------- -------------------
onRebind (Intent intent)
Called when new clients have connected to the service, after it had previously been notified that all had disconnected in its onUnbind ( Intent).
document says very clearly , ah, in the service of the client and the old link between all bundled inside the onUnbind after all , if there is a new client with a bind on the connection service, will start onRebind ();
------ Solution ---------------------------------------- ----
when the process is triggered when calling bindService service of onBind your event now .
my humble
------ Solution --------------------------------- -----------
when you have bind after bind again will call ReBind (), how can not be measured . . .
------ Solution ---------------------------------------- ----
+1
Baidu "android aidl " to know
------ eference ----------------- ----------------------
upstairs predecessors, roughly translated I know, but I really did not test out with the code automatically call this method onRebind I want to see how you write , this method can be called automatically
------ eference ----------------------- ----------------
not it ? ? No one will ?
------ eference --------------------------------------- < br>
+1
------ eference -------------------------------- -------
+2
------ eference ------------------------ ---------------
------ eference ------------------------------------ ---
seeking code , seeking truth
------ eference ----------------------------- ----------
http://mobile.51cto.com/android-315622.htm
I look at the document , but said that is not clear ,
------ Solution ------------------------- -------------------
onRebind (Intent intent)
Called when new clients have connected to the service, after it had previously been notified that all had disconnected in its onUnbind ( Intent).
document says very clearly , ah, in the service of the client and the old link between all bundled inside the onUnbind after all , if there is a new client with a bind on the connection service, will start onRebind ();
------ Solution ---------------------------------------- ----
when the process is triggered when calling bindService service of onBind your event now .
my humble
------ Solution --------------------------------- -----------
when you have bind after bind again will call ReBind (), how can not be measured . . .
------ Solution ---------------------------------------- ----
+1
Baidu "android aidl " to know
------ eference ----------------- ----------------------
upstairs predecessors, roughly translated I know, but I really did not test out with the code automatically call this method onRebind I want to see how you write , this method can be called automatically
------ eference ----------------------- ----------------
not it ? ? No one will ?
------ eference --------------------------------------- < br>
+1
------ eference -------------------------------- -------
+2
------ eference ------------------------ ---------------
This reply was moderator deleted at 2012-11-01 17:28:37
------ eference ------------------------------------ ---
seeking code , seeking truth
------ eference ----------------------------- ----------
http://mobile.51cto.com/android-315622.htm
[Android] Countdown of similar character message board how to do it ?
------ Solution ------- -------------------------------------
understand LZ mean to say , it is indeed possible to achieve more trouble
If I came to realize , you can use five colored view expressed :
1, the middle to the right on the border
2, the right side box
3, bottom border
4, left border
5, on the border of the far left to the middle
5个view of the length / width gradually reduced, reduced to zero when the current one began to shrink next until the first five reduced to zero
These are personal humble opinion, I do not know there is no better way , which Daniel , then you can pass under the guidance
------ eference ----------- ----------------------------
What is the concept ? Detailed point it
------ eference ------------------------------------ ---
Outside there is a rounded border , over time, reduce border clockwise a little lost.
------ eference --------------------------------------- < br> Thank you, I solved the
[Android] Gson how to parse an array type Json
Heroes , little brother just learning Android, encountered a problem : Gson Json how to parse an array type
array type something like:
{
"count": 100,
"page": 1,
"list": [{
"title": " I "
"tel": "110"
},
{
"title": " your" ,
"tel": "120"
}]
}
I do not know how to resolve this type of Json with gson , expect heroes pointing, it is best to have the code ! Thank you !
------ Solution ------------------------------------ --------
no need to use Gson
JSONObject jsonObject = new JSONObject (String); this json data into an object.
then JSONArray jsonArray = jsonObject.getJSONArray ("list"); obtain list data inside
for (int i = 0; i {
JSONObject jsonOb = (JSONObject) jsonArray.opt (i);
int tel = jsonOb.getInt ("tel");
}
loop reads the intermediate data
------ eference ------------------------------ ---------
array type something like:
{
"count": 100,
"page": 1,
"list": [{
"title": " I "
"tel": "110"
},
{
"title": " your" ,
"tel": "120"
}]
}
I do not know how to resolve this type of Json with gson , expect heroes pointing, it is best to have the code ! Thank you !
------ Solution ------------------------------------ --------
no need to use Gson
JSONObject jsonObject = new JSONObject (String); this json data into an object.
then JSONArray jsonArray = jsonObject.getJSONArray ("list"); obtain list data inside
for (int i = 0; i
JSONObject jsonOb = (JSONObject) jsonArray.opt (i);
int tel = jsonOb.getInt ("tel");
}
loop reads the intermediate data
------ eference ------------------------------ ---------
String json = "{start: 0, pageCount: 2, dataList: [{\"STRPRODUCTCODE\":\"DWJ100\",\"STRVERSIONXZTEXT\":\"初始安装包\",\"STRPRODUCTNAME\":\"对外经贸查询系统\",\"STRVERSIONTYPE\":\"10\",\"STRVERSIONID\":\"V1 \",\"STRVERSIONCODE\":\"1.0.2.1018\",\"LINE_NUM\":1,\"STRVERSIONXZ\":\"10\",\"LIMIT\":1,\"NUMSHOWORDER\":1,\"STRVERSIONLOG\":\"修复1个bug,增加2个功能\",\"STRVERSIONTYPETEXT\":\"标准版\",\"DATRELEASEDATE\":\"2013-9-28 10:47:26\",\"STRVERSIONFY\":\"10万人民币\",\"STRSUPPORTOS\":\"Windows 2003/Windows 2008\",\"STRDELFLG\":\"0\"}" +
",{\"STRPRODUCTCODE\":\"DWJ100\",\"STRVERSIONXZTEXT\":\"初始安装包\",\"STRPRODUCTNAME\":\"对外经贸查询系统\",\"STRVERSIONTYPE\":\"10\",\"STRVERSIONID\":\"V1 \",\"STRVERSIONCODE\":\"1.0.2.1018\",\"LINE_NUM\":1,\"STRVERSIONXZ\":\"10\",\"LIMIT\":1,\"NUMSHOWORDER\":1,\"STRVERSIONLOG\":\"修复1个bug,增加2个功能\",\"STRVERSIONTYPETEXT\":\"标准版\",\"DATRELEASEDATE\":\"2013-9-28 10:47:26\",\"STRVERSIONFY\":\"10万人民币\",\"STRSUPPORTOS\":\"Windows 2003/Windows 2008\",\"STRDELFLG\":\"0\"}" +
"]}";
Gson gson = new Gson();
JsonParser parser = new JsonParser();
List<Map<String,String>> list = new ArrayList<Map<String,String>>();
JsonObject jsonObject = parser.parse(json).getAsJsonObject();
JsonArray jsonArray = jsonObject.getAsJsonArray("dataList");
Type type = new TypeToken<Map<String,String>>() {}.getType();
for (int i = 0; i < jsonArray.size(); i++) {
JsonElement el = jsonArray.get(i);
Map<String,String> tmp = gson.fromJson(el, type);
list.add(tmp);
System.out.println(tmp.get("STRPRODUCTCODE"));
}
jsonObject.remove("dataList");
jsonObject.add("dataList", parser.parse(gson.toJson(list)).getAsJsonArray());
System.out.println(gson.toJson(jsonObject));
[Android] Ask: Can get the current program code package name ?
Current activity, there is no way to obtain the package name : similar to this com.test.www
------ Solution --------------------- -----------------------
yourclassName.this.getClass (). getPackage ()
------ Solution --- -----------------------------------------
have ah , a direct getPackageName ( ) can
------ Solution --------------------- -----------------------
yourclassName.this.getClass (). getPackage ()
------ Solution --- -----------------------------------------
have ah , a direct getPackageName ( ) can
Android Button controls with selector how the background color, add background images
attention is not Android Button controls with selector how the background color, note that not add a background image
------ Solution ------------------------- -------------------
the @ drawable / xxx into color values no good ~
------ Solution ------ --------------------------------------
amount . . Tried it . . Does not compile - but I think we can cut a small piece of color pictures to use when color . .
------ Solution ---------------------------------------- ----
------ eference ------------------------------ ---------
Will the next if the custom "# aabbcc" how to set it ?
------ eference --------------------------------------- < br>-
imageButton on so used
------ eference -------------------------------- -------
5 Building methods fly !
------ Solution ------------------------- -------------------
the @ drawable / xxx into color values no good ~
------ Solution ------ --------------------------------------
amount . . Tried it . . Does not compile - but I think we can cut a small piece of color pictures to use when color . .
------ Solution ---------------------------------------- ----
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true"
android:drawable="@android:color/white"/> <!-- pressed -->
<item android:drawable="@android:color/black"/> <!-- default -->
</selector>
------ eference ------------------------------ ---------
Will the next if the custom "# aabbcc" how to set it ?
------ eference --------------------------------------- < br>
imageButton on so used
------ eference -------------------------------- -------
5 Building methods fly !
[Android] window next to the Qt installation problem
1 First, I downloaded the nokia QtSdk-offline-win-x86-v_1_2_1, this is a fool Qt installation package ?
2. however mounted to 56 percent , said nothing moved , detail display :
......
C: \ QtSDK \ Madde \ cache \ madde.conf.d
C: \ QtSDK \ Madde \ cache
C: \ QtSDK \ Madde \ bin
C: \ QtSDK \ Madde
C: \ QtSDK \ Madde> bin \ env.exe / bin / sh - login postinstall / postinstall.sh - nosleepontrap
I do not know where it is stuck in the
3. closed later , c disk appeared two folders "QtSDK" and "Qt SDK", which "Qt SDK" in "Qt Creator", you can normally open interface
4. I learned from my linux Qt copy of a project ( including all files, but without qmake and make. ) , run prompt " When building ( project name ) , the implementation of an error qmake build steps
5. For four , I think , is not added Qt environment variables ( for Computer - Properties - I do not know how to add environment variables , and the other asked this must be added what ? ) ,
So I opened Qt Tools - Options - build and run - to add, but in each folder no suspicious add Qt (linux system is there, and I use the search , the search of the qmake exists in the path C : \ QtSDK \ Madde \ mabin in , but this path is not to add files )
6.main function # include, # include under wavy lines , is not that the Qt library does not include it ?
step 6 above , I think I wrote a very clear
reach people to seek a detailed analysis , the problem is where
Thank you, thank you
------ Solution ------------------------------------ --------
did not complete the installation, is not your system disk space is too small
------ Solution --------------- -----------------------------
------------------ ---------
Installer Error
---------------------------
Error during installation process (com.nokia.ndk.tools.madde.usbdriver):
Execution failed (Unexpected exit code: -2147418112): "d: \ QtSDK \ Madde \ usbdriver \ DPInst.exe / SE / SA / SW"
---------------------------
Retry Ignore Cancel
---------------------------
I also installed , too strange
------ eference --------------------------- ------------
---------------------------
Installer Error
---------------------------
Error during installation process (com.nokia.ndk.tools.madde.usbdriver):
Execution failed (Unexpected exit code: -2147418112): "d: \ QtSDK \ Madde \ usbdriver \ DPInst.exe / SE / SA / SW"
---------------------------
Retry Ignore Cancel
---------------------------
I also wrong
------ eference -------------------------------- -------
I just manually run the d: \ QtSDK \ Madde \ usbdriver \ DPInst.exe documents ;
/ / original driver installation
It prompts no signature , checked and found that the certificate expired certificate , not knowing win7 will not have this problem
------ eference ------------- --------------------------
same questions seeking answers
------ eference ---- -----------------------------------
I use Win7, install the D drive without a problem , < br>
2. however mounted to 56 percent , said nothing moved , detail display :
......
C: \ QtSDK \ Madde \ cache \ madde.conf.d
C: \ QtSDK \ Madde \ cache
C: \ QtSDK \ Madde \ bin
C: \ QtSDK \ Madde
C: \ QtSDK \ Madde> bin \ env.exe / bin / sh - login postinstall / postinstall.sh - nosleepontrap
I do not know where it is stuck in the
3. closed later , c disk appeared two folders "QtSDK" and "Qt SDK", which "Qt SDK" in "Qt Creator", you can normally open interface
4. I learned from my linux Qt copy of a project ( including all files, but without qmake and make. ) , run prompt " When building ( project name ) , the implementation of an error qmake build steps
5. For four , I think , is not added Qt environment variables ( for Computer - Properties - I do not know how to add environment variables , and the other asked this must be added what ? ) ,
So I opened Qt Tools - Options - build and run - to add, but in each folder no suspicious add Qt (linux system is there, and I use the search , the search of the qmake exists in the path C : \ QtSDK \ Madde \ mabin in , but this path is not to add files )
6.main function # include
step 6 above , I think I wrote a very clear
reach people to seek a detailed analysis , the problem is where
Thank you, thank you
------ Solution ------------------------------------ --------
did not complete the installation, is not your system disk space is too small
------ Solution --------------- -----------------------------
------------------ ---------
Installer Error
---------------------------
Error during installation process (com.nokia.ndk.tools.madde.usbdriver):
Execution failed (Unexpected exit code: -2147418112): "d: \ QtSDK \ Madde \ usbdriver \ DPInst.exe / SE / SA / SW"
---------------------------
Retry Ignore Cancel
---------------------------
I also installed , too strange
------ eference --------------------------- ------------
---------------------------
Installer Error
---------------------------
Error during installation process (com.nokia.ndk.tools.madde.usbdriver):
Execution failed (Unexpected exit code: -2147418112): "d: \ QtSDK \ Madde \ usbdriver \ DPInst.exe / SE / SA / SW"
---------------------------
Retry Ignore Cancel
---------------------------
I also wrong
------ eference -------------------------------- -------
I just manually run the d: \ QtSDK \ Madde \ usbdriver \ DPInst.exe documents ;
/ / original driver installation
It prompts no signature , checked and found that the certificate expired certificate , not knowing win7 will not have this problem
------ eference ------------- --------------------------
same questions seeking answers
------ eference ---- -----------------------------------
I use Win7, install the D drive without a problem , < br>
订阅:
博文 (Atom)