Android Question add library

Status
Not open for further replies.

fernando.oliboni

Active Member
Licensed User
Longtime User
1. Find the library: https://www.b4x.com/android/forum/pages/results/?query=osmdroid+library
2. Copy the files to the additional libraries folder.
3. Right click on the libraries tab and choose referesh.
4. Check the relevant library.


Erel,

Having this:

B4X:
<?xml version="1.0" encoding="UTF-8"?>
<root>
    <doclet-version-NOT-library-version>1.04</doclet-version-NOT-library-version>
    <class>
        <name>com.visualnet.googleglass</name>
        <shortname>GoogleGlass</shortname>
        <owner>activity</owner>
        <event>onScroll(displacement as float,delta as float,velocity as float) as boolean</event>
        <event>onGesture(gesture as long) as boolean</event>
        <event>onFingerCountChanged(previousCount as int,currentCount as int)</event>
        <permission>android.permission.ACCESS_WIFI_STATE</permission>
        <permission>android.permission.INTERNET</permission>
        <method>


How do I write this?

#Region Activity Attributes
#FullScreen: False
#IncludeTitle: True
#Extends:com.visualnet.googleglass.glassActivity
#End Region
 
Upvote 0
Status
Not open for further replies.
Top