Affichage des articles dont le libellé est self. Afficher tous les articles
Affichage des articles dont le libellé est self. Afficher tous les articles

dimanche 1 mars 2015

[Q] Need help!! Note 8.0 just turned off by its self topic






I was using it last night, and it works fine, but tonight, it was off by itself, when i charge it, nothing happen, try the power switch, nothing, try with usb to computer, nothing, what has happen to my note~~~

plz~~ I need the note everyday, whappen to it~~!!!






samedi 28 février 2015

xml self closing tag on a new line topic






Hi
I would like this to show after typing a xml element

Code:


    <TextView
        android:layout_width=""
        android:layout_height=""
    />


but not this:


Code:


  <TextView
        android:layout_width=""
        android:layout_height=""/>


Is there a way to get Android Studio to do this?

Thank you






mercredi 11 février 2015

[Q] How to import self signed ssl certificate topic






I'm trying to build my own cloud server, namely owncloud... It works with plain http, but I want to convert it to ssl before going to "production" use... One of the problems is that I want to import a self signed certificate to my phone, without it complaining about "third party might be..." and without the complaint being visible all the time at status bar...

How do I import a self signed certificate to the phone? And get it to show in trusted credentials without the complaint? Other than the obvious settings -> security -> install from device memory/sd card. That is what I have tried so many times and this leads to the complaint I mentioned above.

Thanks!