Android Question In Need Of Guidance! Please Help.

Augustinas Impalis

Member
Licensed User
Longtime User
Hello,

I am new to B4A and not familiar with the program, I need to develop a feature in my application for my project at the university. This feature is a Calendar and my users need to be able click on any day in a month and write like a memo, memo needs to be stored for future reference.

Can anyone guide me or point me in the right direction like a tutorial or something i would appreciate it greatly!

Thank you.
 

Augustinas Impalis

Member
Licensed User
Longtime User
B4X:
'Activity module
Sub Process_Globals
    'These global variables will be declared once when the application starts.
    'These variables can be accessed from all modules.
    Dim manager As AHPreferenceManager
    Dim screen As AHPreferenceScreen
    Dim CalendarNumber As Int
End Sub

I wanted to look at the example provided but i keep getting message saying that some libraries are missing for code thats highlighted red, where do i get these libraries and how can i apply them? thanks.
 
Upvote 0

Augustinas Impalis

Member
Licensed User
Longtime User
B4X:
'Activity module
Sub Process_Globals
    'These global variables will be declared once when the application starts.
    'These variables can be accessed from all modules.
    Dim manager As AHPreferenceManager
    Dim screen As AHPreferenceScreen
    Dim CalendarNumber As Int
End Sub

I wanted to look at the example provided but i keep getting message saying that some libraries are missing for code thats highlighted red, where do i get these libraries and how can i apply them? thanks.

the 'AHPreferenceManager' and 'AHPreferenceScreen' are highlighted red in my IDE
 
Upvote 0

lemonisdead

Well-Known Member
Licensed User
Longtime User
Upvote 0

Augustinas Impalis

Member
Licensed User
Longtime User
Upvote 0
Top