154 comments found.
after edit database nothing to show in app – http://prntscr.com/k8plbp
Already downloaded your sample, running good and well designed, but one question before I buy it, if I add quote more than 365, what will happen ? and if I start the app, for example 1 August, will it show previous quote before it or 1 August will be default start until next year ? Thank you
Hi SeribuBintang
1st think is there three different code for diff requirement
if your plan is to go with more than 365, just go with normal quotes without dates boundaries.
2ed think is with 365 – is daily quotes you can limit your own like if you want to show only previous day, week, month
3rd if you are not going to update app this same quotes will be a loop with next to next year + if you want to change quotes just go with the update the app
Thank you!
still doubt, please let me know!
Hi SeribuBintange
1. yes user have to log in with google or facebook to keep notes secure! (if they want to sync otherwise it will be working fine with offline). you can try with demo – link given in the description.
2. Backend means?
3. Yes Change the database + add the event to database + dates till you want to display calendar and last icon according to your requirement.
Thank you!
Can you guys update it to API 27? google play won’t be accepting app with less than API 26
Hi haridesigns373 sure thanks , update you soon!
Please update asap. We are waiting for latest APK
Ok Thank you!
Any idea on when we will receive the updates? Because we can’t upload this until you guys update it. So please fix it asap.
Hi haidesigns373! you can publish on play store, no needed wait till the update,
let me explain an error on adsfreeapp@gmail.com we will help you to publish the app on play store.
Quotes is not in english – why?! where can i change it?!
Hi YishayJ There is available with both language. please change language of quotes from action bar-toolbar. thank you!
But i want english only – how can i change it to english only? and from where can i edit the quotes? i didnt found it.
Yes just removed that quotes from database as well button from action bar! for find database & full reskin follow this video https://www.youtube.com/watch?v=ZcOLXAumB1s
Still you not able to do, just drop the mail on adsfreeapp@gmail.com
can we use images?
No, at now image is used for share quotes, but yes you can modify code according to your needs,
thank you!
hello sir can we updates quotes daily and send notification to all users.
Hello, Sorry No, this code not design to manage manually from admin panel. This is design offline , automatically itself generate notification on daily basis. If you want customize from admin panel drop mail on adsfreeapp@gmail.com
Hello, Users can only have access to 10 quotes by date, can we change that and let them access to all quotes ?
Hi aabdellah Yes, this is just cap, we can remove that. There is a three code structure available. out of them, the first structure is designed with free from accessing any quotes.
hi , is it possible to use arabic texts than english/hindi ? thanks
Yes you can used any language text. Thank you
thank you for the fast response, lastly you mentioned “Set your own notification time for daily motivation quote” does that mean the app send notification automatically daily?? thanks
App automatically generate notification with currunt day quotes , this is one type of remainder for active user..
You mean the app will generate diffrent notification for each day but will not notify the active user when the app is closed ? . i run test on your demo and am not getting notified.
Notification is only for Demo 2 and Demo 3 only because this structure is made for daily quotes not for 1st because first is for limited quotes
Hi Thanks again for the app
One question
I try to change icon´s color,with android fillcolor but still remains in white. Do you know why?
Thanks in advance
Sorry jmgra! didn’t understand properly can you please explain me on adsfreeapp@gmail.com we will solve it!
Hi!!! You got email from jmgra@hotmail.com
Yes and replied!
Working! Thanks! Very good support!!!!
Always welcome!
Hi I new in Android Studio. I purchased your Item Yesterday. Can you Please Guide me How to Start??
Yes, sure we will! how can we contact you? TeamViewer or mail?
TeamViewer
please your team viewer id and password on adsfreeapp@gmail.com
Send.. Please Check your Email
got it
Hi! In fist place, very good app My question: I don´t understand how categories work. I change number in database, but where is category name?
Hello jmgra! it’s easy ! category name will be shown from drawer menu.xml just change the category name here!
still any question? we are here
thank you!
did you do this ! its mention in support section!
category wise quotes not display?
just go to
DBHelper.java
private static String db_name = “quote_db_category”;
to private static String db_name = “quote_db”;
Thank you
Working! Thank you very much
One more question. Do you know if its possible add a carriage return in sqlite field? I want quote and autor in different lines
Yes, you can do that by adding new field call author. and get that data with quotes and display with separate textview.
I’m facing the same problem, help me to fix that https://prnt.sc/i7w5rv
Drop your Team Viewer id on adsfreeapp@gmail.com
ok
Can you only show me how to do it, my internet connection is very slow teamviewer will not work show me how to fix this bug here thx
I’m really disappointed, I still can not import the code in android studio, it was necessary to update the code before selling it to people!
Sorry bamiMed! just Re-import project or update gradle 4 or 4 above to solve this error!
Really sorry for today late reply, thats because of mahashivratri holiday, in india Mahashivratri is a Hindu festival celebrated annually in honour of the god Shiva, hopefully you can understand
how can I delete translation from the source code, I want to keep it only in one language, ?
<item
android:id="@+id/language"
android:icon="@drawable/lan"
app:showAsAction="always"
android:title="language">
</item>
also removed below code from QuoteDisplayFragment.java
case R.id.language:
LanguageChange();
and the methode ??
you can, if the method is there but no call it’s not the problem! still any problem! we are here!
hello, can you help me to resolve this prob, https://prnt.sc/i7w5rv
sure drop your TeamViewer id on adsfreeapp@gmail.com
hello mr i buy your source code i want to know how to create a new .db file
I have already tried but I have not succeeded if you have a video that explains how to do this will help me thank you in advance
I did everything about the video and I replace the file but it does not work you can give me your email to help me please
I sent you a message sir my gmail is hakim.work10@gmail.com
ads don’t show , where and how can we upgrad google mobile ads in this code?
Hello bamiMed!
if you want ads on page scroll
@Override
public void onPageScrolled(int arg0, float arg1, int arg2) {
// TODO Auto-generated method stub
count++;
if ((count % 2) == 0) {
displayInterstitial();
}
}
This will show InterstitialAd ads on every %2 count. you can change condition like
if(count==5)
{
displayInterstitial();
}
you can put condition according to your requirement!
if you want help to do this drop mail adsfreeapp@gmail.com
hi i purchased the code however the interstitial ads doesn’t show after sliding quotes as the Google Play Demo apk.
could please show me where to check the code ?
Regards
You can add using viewPager.setOnPageChangeListener.
if you want full code you can copy from other two app code. confuse just mail me on adsfreeapp@gmail.com
Still got those errors pfff
Error:Execution failed for task ’:app:mergeDebugResources’. > Error: java.util.concurrent.ExecutionException: com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs for details Error:java.util.concurrent.ExecutionException: com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs for details C:\Users\bamio\Desktop\Souces\Sarcastic Quotes\Update\All in One\Daily Motivational Quotes With Documents\Daily Motivational Quotes\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values-watch-v20\values-watch-v20.xml Error:error: file not found.
drop your TeamViewer id at adsfreeapp@gmail.com
Hay Dear, Your 2nd one “Daily Quotes” Work Well as my work. But it only blue color background. Please tell me how to do multicolors background. Quickly.
Hello pabitrakaity
yes this 2ed demo with fixed color as given demo link but if you want this with multi color just copy from other two code.
Its because your garbage collector is taking an excessive amount of time you have to increase javaMaxHeapsize in your build.gradle
open the build.gradle file
android {
dexOptions {
javaMaxHeapSize = "4g"
}
}
Which one ? Project, Module:app or Module:text_library_day
Module:app
Thankyou. WR Team
it’s our job Thank you
nice app thanks now 3 code in one? i can use 10 language in sqlite Db?
Yes you can
How to Show Only One Language Quotes.. Like Only English or Hindi? How to Set Timer of Ads Showing ?
Hello pabitrakaity its simple you have to remove language icon as well as code that used for dual language.
How to Set Timer of Ads Showing ?
Hello in my app.. Ads not show when scroll quotes… Fix that.
send me your apk please?