Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~132 People Reached
Favorite Tags
Member Avatar for KINYUA_1

Am having trouble implementing a conditional structure for the BillingClient class method queryPurchases(String y) to check if user has an active subscription and let him download an image in the wallpaper app else prevent him from doing so. Am having trouble getting a comparison target for the if method here …

Member Avatar for Mr.M
0
52
Member Avatar for KINYUA_1

I have a string in python and i desire to find the index of the first occurrence of the letter `l` in it. Here is the code am using mystring="abcdloplu" ##how do i get the index of the first occurrence of l in the string

Member Avatar for rproffitt
0
18
Member Avatar for KINYUA_1

I am trying to get information on when was the last date a file was modified in java. I have the date in long format. I dont know why the long object is showing the year to be 1970.Below is my code File mypath=new File(my_global_folder+"/"+mydata.getItemAtPosition(position)); long time=mypath.lastModified(); //When i try …

Member Avatar for JamesCherrill
0
62