包含标签:Android 的文章
-
Android – how do I set the toolbar background color in the activity to the color in the colors.xml file?
I have a color in my colors.xml file that I need to use for toolbar colors <resources> <color name="MAIN_…… -
How to automatically scroll the mpadroidchart line chart?
I'm a new user of MP Android chart in Android. Who can help me? resolvent: So what you want to do is always show 10 va…… -
When sectionindexer is implemented, Android – fastscrollbar goes out of the screen
I use a custom adapter that implements sectionindexer to execute listview. When I only type minsdkversion = 8 in the m…… -
Android – checkboxpreference dependency not found error
I have this Check@R_ 923_ 2419@Preference Check@R_923_2419@Preference sendToEmailPref = new Check@R_923_2419@Preferenc…… -
Android – how to adjust the HTML / CSS layout of the browser in the instagram application?
I've been searching in Google, but I can't find the clue to my problem. I have a small website (HTML / CSS only), whic…… -
PHP – send a notification to Android immediately after an update occurs in the MySQL database
In my Android application, new users initially use the application to register themselves. If the user is approved by …… -
Android – event handler for closing / forcibly stopping applications
I am developing an ion application. I want to know if there are any event handlers for this situation when the applica…… -
Android – native script samplegroceries application failed to compile
I started learning native script and tried to follow the guide on the main site. But when I tried to compile the Hello…… -
Java – how do I know if the date is on the same day as another date
If I have two dates in Java (Android) (date1 and date2), how can I know if date2 is on the same day as date1? (Note: n…… -
Android – how to ensure that files are not tampered with from the phone to the server?
I want to create an Android application that collects information and uploads it to the server - but I don't want peop…… -
Android – kotlin view setenabled function missing?
In kotlin, when using kotlinx.android.synthetic to access a view (such as a button), the setenabled() function is miss…… -
Android – viewpager.how in viewpager scrolls the parent page converter horizontally instead of scrolling the child nodes, but keeps the child pager scrolling vertically?
I have a parent viewpager, where each page contains a child viewpager. The child viewpager may contain listview or ver…… -
How do I access all the tags on my google map object (Android maps V2) and set them to (visible)?
I am currently trying to implement an actionbar button to set all tags on my google map object to be visible or invisi…… -
Android: listview: get the cursor value of the item
I create a database and table (category) (_id, title,...) with columns. I want to read the category from DB and displa…… -
Android textview: text box control
Textview is a component used to display text on the interface. The displayed text cannot be edited directly by the use…… -
Android – get / set the sharedpreference global value
Hi, I have a class (mycustomform. XML) that I use as the loginform of the user. Now I want to use SharedPreferences to…… -
Android – rxjava2 converts flowable to single
How to convert flowable to single? Or, if there is another way to make it stop emitting light after the first response…… -
Java – navigationdrawer with background image
I want to have an image in the background of the drawer behind the menu. In this code, the image is in front of the me…… -
Android – opens the device contact list in the button click event
How to open the Android device contact list in the button click event resolvent: Try this code yourButton.setOnCli…… -
Android – how do I set the same height in relativelayout?
Here is my XML code: <RelativeLayout android:id="@+id/ib" android:layout_width="match_parent" android:l…… -
Android rectf warning
I drew an ellipse on the canvas: RectF f = new RectF(-r, -r, r, r); canvas.drawOval(f , mPaint); Why do I see a wa…… -
Java – databases are not copied from assets
It's hard to say. Just paste my code. I hope someone will see what I'm missing: Database.Java package gr.peos; import…… -
C# – Android EditText sets the maximum length
Hi, everyone, I have a problem. I tried to set the maximum length of EditText, but I didn't succeed I've tried this: a…… -
How to use code programming to obtain the IMEI / ESN number of the device, but in Android > 6
How to find / get IMEI number > 6 in Android programmatically Note: I added read to the androidmanifest. XML file_ …… -
AutoCompleteTextView and email domain Android
So there is an autocomplete text view field in my application. I want the user to enter his e-mail address. Now, in or…… -
Java – make Android applications that cannot be uninstalled / deleted
I want to make a secure app for Android phones. Basically, I don't want anyone to uninstall it without having to enter…… -
Android – phonegap splashScreen direction
When setting the startup screen for the mobile screen application, even if I make a large picture with a logo in the c…… -
How do I update a recyclerview project without animation?
I have a recyclerview. When I click the button in the project in recyclerview, I want to change the color of the view …… -
Android architecture: Part 1 — mistakes we made in those years
This series of articles aims to outline the problems we may encounter when building an Android application architectur…… -
Java – how to link library projects in Android studio
I recently downloaded Android studio, and now I'm trying to build a project I used to use eclipse. The project also us…… -
Android – force Proguard gives each method in a class a unique name?
I'm using Proguard to confuse Android applications. Everything's fine, but I'm trying to backtrack the stack trace fro…… -
Java – unable to start a timer in a service in Android
I don't know what error happened... I can't start the timer in my service. Follow the code public class BkgService ext……