I am trying to make a widget.
It will download version.txt from g drive and show the version number. Simple.
I read and compiled below and found Ok
I read and compiled below but error. Added http jar still got error. Selecting okhttputills2 does not work.
The second one has logic of what I need but error. How to fix it.
Regards,
Anand
It will download version.txt from g drive and show the version number. Simple.
I read and compiled below and found Ok
Android home screen widgets tutorial - part I
Edit: widgets are handled with receivers now. See the attached example. This tutorial will explain how to implement your own home screen widgets (also named App Widgets). It is important to understand that the widgets are created and managed in another process, different than the process that...
www.b4x.com
I read and compiled below but error. Added http jar still got error. Selecting okhttputills2 does not work.
Android home screen widgets tutorial - part II
Please start with the first part of this tutorial if you haven't read it before. In this part we will build a "quote of the day" widget. We will start with the layout. The widget is made of a Label for the text and an ImageView for the arrow button. The layout in the designer: You can see...
www.b4x.com
B4X:
B4A Version: 10.60
Parsing code. (0.02s)
Java Version: 8
Building folders structure. (0.02s)
Compiling code. (1.27s)
Compiling layouts code. (0.06s)
Organizing libraries. (0.00s)
(AndroidX SDK)
Generating R file. (1.12s)
Compiling generated Java code. Error
B4A line: 97
Log(Response.GetString(\
javac 1.8.0_261
src\anywheresoftware\b4a\samples\quotes\httputilsservice.java:166: error: cannot access ParseException
anywheresoftware.b4a.keywords.Common.LogImpl("21572869",_response.GetString("UTF8"),0);
^
class file for org.apache.http.ParseException not found
The second one has logic of what I need but error. How to fix it.
Regards,
Anand