324 questions
To create a guideline, I entered android.support.constrain.constrainLayout in the root element and created it, but it appears as shown in the picture above.I looked it up, and they told me to add one ...
#include <stdio.h>#include <malloc.h>typedef struct Point2D { int inint; char inchar[10];};void structinput(struct Point2D *p, int su) { int count = 1; for (int i = 0; i < su; i++) { p...
Can I save the web page created through webview in the application?Saving here refers to storing text on a web page that is currently being viewed as text.I know that you can save the current page as ...
[Introduction] Front-end development start CAMPI'm taking the course.Yamoo recommended me to use the visual studio code if there is a sub-lime text error. I installed the visual studio code, but I wan...
For information on textview, see android:id=@+id/useagree android:layout_width=wrap_content android:layout_height=wrap_content android:layout_marginLeft=8dp android:layout_toEndOf=@+id/agree and...
#include <stdio.h>int main(void) { char ar[] = {a,b,c,d,e,f,/0}; printf(%s\n, ar); return 0;}I wrote it like this In Visual Studio, You cannot initialize an entity in the char * format using a v...
I'm thinking about buying a laptop for Android studio, between i5 and i7 models. I'm looking at whisky-leake products and I'm going to add 16gb of ram. Mac is too expensive, so I'm looking at the wind...
Attempt to obtain distance using rssi, but rssi receives normally, but only 127 attempts to obtain txPower using the getxPower() method in scanresult.class. What should I do to receive the txpower val...
I'm going to develop APK with Android studio program now. It's my first time using Java and using all the apps...TI even made a screen change by pressing the start button from main to sub.Display user...
The default background color for Android Studio is white, so is there any way to change it to a different color at once?There are more than 20 xml files, so it's hard to insert the code one by one.If ...
« | - 24 - | » |
© 2024 OneMinuteCode. All rights reserved.