User Profile
-
Bili Greed started a new conversation app is not indexable by google search consider adding at least one activity with an action-view Android Studio 3 years ago ago
I am trying to use this However that gives me error .
I have updated my Android Application project in the latest androidX of Android 10 or you can say Android Q Compatible and now in My Manifest.XML class showing me some warning like
the app is not indexable by google search consider adding at least one activity with an action-view.
I don't have any idea why it is saying and what it means. Please share How can i resolve it and Why gettings APP IS NOT INDEXABLE
-
Bili Greed started a new conversation What is Android Activity Lifecycle and how Activity lifecycle works? 5 years ago ago
I am trying to use this However that gives me error .
I am new in android development. I have read about Activity lifecycle but I don't have any idea why it is and what is lifecycle means, Why we needed lifecycle and what is lifecycle component? please elaborate
-
Bili Greed started a new conversation this app may not be optimized for your device Google Play Store 5 years ago ago
I am trying to use this However that gives me error .
This app may not be optimized for your Device
I have upload an Android Application on Google Play Store. It successful published and working fine but when I open my application link in Google Play Store in my lenovo Yoga tab 3, play store gives me an green line after install button.
What is this issue and why it occurred?
-
Bili Greed started a new conversation How to reduce the size of an image before uploading it to the server from android app? 5 years ago ago
I am trying to use this However that gives me error .
In my app there is option to upload images on server through Android App.
In a case image size can be very large and user can upload multiple images. This process will take too much time to upload large images on server.
How can we optimize Images before upload on server in my Android app?
I am thinking about PDF files all images store in one pdf file for a user.
Please suggest me is I m right or better idea or any lib
-
Bili Greed started a new conversation How to get the user current location based on sim Network location in Android 5 years ago ago
I am trying to use this However that gives me error .
Through GPS we can get users location. When use not enabled GPS then how can we get users current location in Android.
Is there any way to get SIM Network location it ca be not exactly but approximate.
Please help, How get users current location based on SIM Location.?
-
Bili Greed started a new conversation How to consume HTML tags on TextView Android 5 years ago ago
I am trying to use this However that gives me error .
In my app I am using web services for real-time data on my app in some case I am getting some HTML tag in my JSON Result how can I consume HTML in my Java code, How can i display HTML styled in my TextView b
like "Hello, <b>Rony</b>,<br>How are you?
" -
Bili Greed started a new conversation No Internet Connected alertDialog android? 5 years ago ago
-
Bili Greed started a new conversation How to validate link(URL) is Image URL php? 5 years ago ago
I am trying to use this However that gives me error .
I have multiple links but want to check which one is for ImageURL, How can I validate the link is Image URL?
like this URL is Image URL: https://pbs.twimg.com/profile_images/839844303694356480/vAX6v0LD.jpg and this is normal website URL : https://www.google.co.in/search?safe=active&rlz=1C1CHBF_enIN743IN743&biw=1280&bih=928&q=+site:vbagetech.com+qna+vbage&sa=X&ved=0ahUKEwju3db7ldDXAhUlTY8KHapqD6YQrAMIOQ
I want to test all URL dynamically auto programmatically validate.
-
Bili Greed started a new conversation ListView in android with a TextView Items List 5 years ago ago
I am trying to use this However that gives me error .
I want to implement ListView for a Food List there should be only a Food name. How can I do it without Adapter in Android?
Please Suggest me a very easy way to implement ListView.
-
Bili Greed started a new conversation How to remove '==' sign from Base64 encoded Encryption in php? 5 years ago ago
I am trying to use this However that gives me error .
I am encrypted a string with Base64_encode("str"). But it returns me encrypted String with '==' sign. that is not acceptable in URL. How can I remove that special character from my Encrypted String?
-
Bili Greed started a new conversation Login with Social media Google plus, Facebook,twitter and linkedin 5 years ago ago
I am trying to use this However that gives me error .
In my website I want to login with Social media like Google plus, Facebook, Twitter and LinkedIn too. How can I add them in my php website.
Is there any tutorial or library for all of them in one?
-
Bili Greed started a new conversation How to programmatically set drawableRight on Android TextView? 5 years ago ago
I am trying to use this However that gives me error .
I required doing DrawableRight programmatically because it changes as per some condition.
<TextView android:id="@+id/fcoin_TextView_ID" android:layout_width="wrap_content" android:layout_height="wrap_content" android:drawablePadding="@dimen/btn_margin" android:drawableRight="@drawable/fccsmall" android:gravity="center|left" android:text="00" />
I can use this but need to change in every condition:
I have tried Something like below code but not Succeed. Please Correct mefc_TextView.setCompoundDrawables(getResources().getDrawable(R.drawable.ic_coin),null,null,null);
-
Bili Greed started a new conversation How to Use HTML file in android? 5 years ago ago
I am trying to use this However that gives me error .
Hello All,
In my assets folder, there is an HTML file. I want to call this HTML file in my android Application.
How can i Call HTML file in my android App? -
Bili Greed started a new conversation How to Copy Text to Clip Board in Android? 5 years ago ago
I am trying to use this However that gives me error .
Clipboard is for the most part used to copy information from an feild to a brief area and Paste the information from the impermanent area to an area.
I want to copy Text in Clipboard on button click how can i do this in andorid.Android using Clipboard to Copy and Paste data in Android Application project. -
Bili Greed started a new conversation Gradle : Execution failed for task 'app:processDebugManifest' - drawable/ic_launcher 5 years ago ago
I am trying to use this However that gives me error .
Error:Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed : Attribute application@icon value=(@drawable/app_logo) from AndroidManifest.xml:11:9-37
is also present at [com.pnikosis:materialish-progress:1.0] AndroidManifest.xml:13:9-45 value=(@drawable/ic_launcher).
Suggestion: add 'tools:replace="android:icon"' to <application> element at AndroidManifest.xml:9:5-51:19 to override. -
Bili Greed started a new conversation How to set an image to an ImageView from a URL Android? 5 years ago ago
I am trying to use this However that gives me error .
I am using ImageView for display ProfileImage but User's Image Comming from URL. Is there any way to load Image from URL Very fast? How can I load Image from URL in ImageView?
-
Bili Greed started a new conversation How to generate Keyhash (Facebook) using the Keytool in android 5 years ago ago
I am trying to use this However that gives me error .
I am trying to create Hashkey but it giving me 'openssl' is not recognized as an internal or external command,
operable program or batch file.
-
Bili Greed started a new conversation How to integrate Google Plus Login with my Android App? 5 years ago ago
-
Bili Greed started a new conversation keytool is not recognized as a command when trying to obtain key 5 years ago ago
I am trying to use this However that gives me error .
keytool -list -v -keystore
"%USERPROFILE%\.android\debug.keystore"
-alias androiddebugkey -storepass android -keypass android
'keytool' is not recognized as an internal or external command,
operable program or batch file.
how to create keytool -
Bili Greed started a new conversation How to hide keyboard On button click in Android ? 5 years ago ago
I am trying to use this However that gives me error .
I have enter values in Edittext and click on submit button but the keyboard still open.
When I submit anything it should disappear from the screen. How can we handle it from Programming? -
Bili Greed started a new conversation Android get all countries on array spinner 5 years ago ago
I am trying to use this However that gives me error .
I've searched a lot but the stuff I found was a little confused.
I need to get the android country list and set default the user locale.
For example, I'm registering a user account and I need to insert the country, in that spinner will show all countries but by default will appear my default locale.
-
Bili Greed started a new conversation How to change Back arrow color in android? 6 years ago ago
I am trying to use this However that gives me error .
I have made white actionbar that way my back arrow not visible i have to try many things but nothing is work please help me how to change back arrow color in android?
-
Bili Greed started a new conversation dompdf not showing image in pdf generated by PHP file 6 years ago ago
I am trying to use this However that gives me error .
I am using DomPDF for creating PDF from HTML.
it is working but image not showing there. in pdf, Images replace by cross Icon.
How can I resolve it? -
Bili Greed started a new conversation How to Upload Image from gallery or Camera to server in android? 6 years ago ago
I am trying to use this However that gives me error .
I am creating an android app. I need to implement a code for uploading Logo either from gallery or from by capturing from the camera.An alert will be shown on clicking the part where the picture to be uploaded. It consists of three options One to capture from the camera, One to take from the gallery, One to cancel.I can successfully image captured from camera but when I try to upload Image from gallery I got this error
E/MainActivity: Response from server: java.io.FileNotFoundException:
-
Bili Greed started a new conversation Android- How to implement Step Timeline Bar? 6 years ago ago
-
Bili Greed started a new conversation How to send array value from one activity to another Activity in android? 6 years ago ago
-
Bili Greed started a new conversation How to convert String to Json Object in android? 6 years ago ago
I am trying to use this However that gives me error .
I have multiple checkboxes I want to save their Values in the database but I don't want to create different columns for the checkbox. So I want to their value in JSON and then save JSON in the database but I am not able to convert String or Array to JsonObject?
-
Bili Greed started a new conversation How can i remove starting and some end String from String in java 6 years ago ago
I am trying to use this However that gives me error .
I want to cut my string from starting and some from the end. How can I do this in java?
-
Bili Greed started a new conversation How to change Font-Family of TextView in Android? Is there any default Font-Family in android? 6 years ago ago
I am trying to use this However that gives me error .
I want to change text Font-Family in android but I have no idea is Android provide any Default Font families. Please describe me is there any predefined Font in Android to use with TextView.
-
Bili Greed started a new conversation How can i get check Email ID is valid formatted or Not Android? 6 years ago ago
I am trying to use this However that gives me error .
How can I check that user is entering right Email ID? Is there any email id Formate checker how can check the pattern of Email ID?
-
Bili Greed started a new conversation How to stop Auto get Focus Edittext in Activity android? 6 years ago ago
-
Bili Greed started a new conversation How to send String Activity to Fragment? 6 years ago ago
I am trying to use this However that gives me error .
I want to pass data Activity to Fragment. How can I do this?
-
Bili Greed started a new conversation How can I generate an MD5 hash? 6 years ago ago
-
Bili Greed started a new conversation NavigationView headerLayout click event error Android 6 years ago ago
I am trying to use this However that gives me error .
How to resolve Error with onClick in NavigationView headerLayout Android
I have already try call clickevent with id but the same problem.
E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.vbagetech.taxmunshi.gstbillingapp, PID: 14363
java.lang.IllegalStateException: Could not find method editprofile(View) in a parent or ancestor Context for android:onClick attribute defined on view class android.support.v7.widget.AppCompatImageButton with id 'edit_profile_ID'
at android.support.v7.app.AppCompatViewInflater$DeclaredOnClickListener.resolveMethod(AppCompatViewInflater.java:327)
at android.support.v7.app.AppCompatViewInflater$DeclaredOnClickListener.onClick(AppCompatViewInflater.java:284)
at android.view.View.performClick(View.java:4467)
at android.view.View$PerformClick.run(View.java:18776)
at android.os.Handler.handleCallback(Handler.java:808)
at android.os.Handler.dispatchMessage(Handler.java:103)
at android.os.Looper.loop(Looper.java:193)
at android.app.ActivityThread.main(ActivityThread.java:5292)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:828)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:644)
at dalvik.system.NativeStart.main(Native Method)
-
Bili Greed started a new conversation How to show colorful icon in Navigation drawer Android? 6 years ago ago
I am trying to use this However that gives me error .
I am using Default NavigationDrawer Activity in Android.Every Menu has an icon that i have set a colorful icon but when I execute it. It will show me only silver color icons. How can I show icon's original Color?
I have nothing change just using PNG Image for Icons. -
Bili Greed started a new conversation How to change color of hamburger icon for Navigation drawer in Android 6 years ago ago
-
Bili Greed started a new conversation Is there any difference 6 years ago ago
I am trying to use this However that gives me error .
Is there any difference between array_merge and array + array. Both return the same thing.
$merge = array_merge($arrayCar, $arrayBike);
and
$merged = $arrayCar+ $arrayBike;
-
Bili Greed started a new conversation What is Janmashtami and How Celebrated it? 6 years ago ago
I am trying to use this However that gives me error .
Krishna Janmashtami 2017
Janmashtami remembers the natural appearance of Krishna, who is portrayed in India's sacrosanct works as God Himself. One of the greatest religious celebrations on the planet, it is praised by nine hundred and thirty million individuals around the globe - and two million in the only us. To enthusiasts, it's Christmas and New Year's in one, a day of profound otherworldly restoration and festivity that successfully completes an old year and starts a new one.
Be that as it may, why Janmashtami, you may inquire? What's so exceptional about Krishna, rather than whatever other types of God? It's His friendly ness. He responds in one of a kind, individual courses with each fan who offers Him cherish—He is the most charming, wicked child, the most sentimental darling, the most humane companion. Also, on Janmashtami, enthusiasts observe Krishna in these perspectives. For similarly as Krishna responds independently with His relatives and friends, he reacts to the unmistakable sentiments and wishes held most profoundly in the core of each and every admirer.
So recollect that the way you adore Krishna on Janmashtami, He will respond to you in like manner. It's a contemplation that makes for a to a great degree remunerating reverential experience.
How to Celebrate Janmashtami?Be that as it may, imagine a scenario in which you don't live almost a sanctuary. Consider the possibility that you can't make it to a noteworthy festival Does that mean you can't watch Janmashtami. Obviously not. It is our earnest dedication that satisfies Krishna most, and this can be offered anyplace. So to enable you to feel more associated with the Lord and His lovers on this uncommon day, here are Krishna.com's tips on the best way to observe Janmashtami at home:
Welcome every one of your loved ones to take an interest in the merriments.
Finishing your home for Krishna can be fun, especially for youngsters. Urge them in making wreaths, hanging inflatables and trims of leaves, and by and large making the house wonderful for Krishna's appearance.
Get a duplicate of the Vaishnava Songbook and pick some of your most loved bhajans(devotional tunes in the acclaim of God) to sing. Krishna, otherwise called Murlidhara, or "one who holds the flute," cherishes music. Thus will your loved ones, as you alternate singing and playing instruments. On the other hand, play bhajan CDs and uplift the profound air.
You can likewise serenade additional rounds of the Hare Krishna mantra on your Japa mala (petition dots). This is a private one on one trade with Krishna and makes you feel substantially nearer to the Lord.
Read the account of Krishna's appearance and other energizing distractions from Krishna, the Supreme Personality of Godhead or Srimad Bhagavatam, Canto Ten. Pass the book around, and attempt emotional readings to breathe life into the story. Janmashtami is about totally submerging you in musings of Krishna merrily.
On the off chance that you have Radha-Krishna gods, get additional exceptional new outfits for them. Exercise your innovativeness and give careful consideration to enhancing Their holy place.
Reproduce the sanctuary program and hold an abhisheka washing function
for your gods. Essentially purchase distinctive fluids like yogurt,
nectar, ghee and organic product squeezes and bathe the divinity with them while singing reverential tunes.
Sanctuaries plan no less than one hundred and eight diverse nourishment dishes on Janmashtami. Obviously, you don't need to go that far, unless you're feeling especially vivacious! In any case, it's constantly decent to cook some extremely exceptional arrangements to offer to the Lord. Envision that Krishna was in reality in that spot, in your home—what might you offer Him? This makes for a superb contemplation while cooking on Janmashtami.
Have a midnight arati (revere service) with a
kirtan. This is the correct time that Krishna showed up on this planet, so it is most promising and profoundly arousing. In the event that you have arati gear, at that point, you can do a full advertising. On the off chance that
not, don't worry–Krishna says in the Bhagavad-gita, "In the event that you
offer Me with affection a leaf, blossom, organic product or water, I will acknowledge it."
So offer whatever you can—it's your affection and commitment that issues.
Tune into Krishna.com's webcams and watch the celebrations going ahead at some of ISKCON's real sanctuaries.
Purchase an exceptional present for the Lord. You can wrap it and compose a card to Krishna. Here are some blessing thoughts:
On the off chance that you have Deities you can purchase or make adornments, new garments, wreaths, peacock quills, turban pieces, woodwinds or water containers Incense
Organic product bushel
Offering plate
New picture outline on the off chance that you adore a photo of Krishna
Shiny new artist
On the off chance that you can quick from sustenance, fasting until the point when midnight is suggested. In the event that fasting is excessively troublesome, at that point have a go at, making it impossible to eat just light sustenances amid the day. By setting our own needs aside and focusing more on Krishna's, we demonstrate our affection for Him.
You can draw in your youngsters in large portions of the above exercises. Contingent upon your youngsters' ages, they can enable cook, to make wreaths, plan a birthday card, play melodic instruments, move and serenade Hare Krishna. There are many youngsters' books about Krishna and in addition DVDs of Krishna distractions at the Krishna.com store.
Kids likewise appreciate taking on the appearance of Radha, Krishna and their partners, and re-authorizing Krishna's interests. This makes an extremely bubbly state of mind.
As you observe Janmashtami, recollect that similarly as we appreciate the consideration and fun on our birthday, so the Lord additionally makes the most of our consideration and presents on His appearance day. The contrast amongst us and Krishna is that He can respond flawlessly with every last one of us. In the supernatural domain, everything that we offer to the Lord with adoration and dedication will profit us boundlessly, and those advantages will remain with us for endlessness.
-
Bili Greed started a new conversation Microsoft 6 years ago ago
I am trying to use this However that gives me error .
Microsoft Paint has evolved - introducing Paint 3D. Here are some highlights of the amazing new features that have been added.
Get Paint 3D (Available on the Windows 10 Creators Update)
Microsoft has just announced Paint 3D, an update to its long-standing art creation program for Windows that makes it easy to create 3D art for everyone, according to the company. Here's what you need to know... -
Bili Greed started a new conversation How To Monetize Your Website and Blogs? 6 years ago ago
I am trying to use this However that gives me error .
How to Monetize a Website? Is there any way to earn Money by Website or any blogs? please describe.
-
Bili Greed started a new conversation How to get url Segment in Codeigniter? 6 years ago ago
I am trying to use this However that gives me error .
How can I get Url Segment from the URL in CodeIgniter I have tried many ways but not succeeded Please tell me the exact code how to get URI segment?
-
Bili Greed started a new conversation Pictures Don't Display in Outlook Messages 6 years ago ago
I am trying to use this However that gives me error .
How to show images in MS outlook. I am not able to see Email's Images how to enable it.
Thanks in Advance. -
Bili Greed started a new conversation How to Change tint color of EditText programmatically? 6 years ago ago
I am trying to use this However that gives me error .
I am trying to change the tinting color of an
EditText
View programmatically during runtime. Basically, i want to change what you would usually apply?attr/colorControl
as like in theNormal
background drawable.Changing the background tint does not correctly apply by just setting a
new ColorsStateList
with one color:editText.setBackgroundTintList( ColorStateList.valueOf( color ) );
For one the result is applied to all
EditText
although the tint list is applied and internally mutates the drawable. Also, the alpha as specified in the default background 1 is visible at the beginning.Here is the outcome of setting the tint color on just the first
EditText
:So my question would be: How can I properly apply the tint programmatically to an
EditText
? -
Bili Greed started a new conversation Jquery 6 years ago ago
I am trying to use this However that gives me error .
i am haveing problem when im aleart -
Bili Greed started a new conversation Why Php is good ? 6 years ago ago
I am trying to use this However that gives me error .
Why do we use PHP?