[android-developers] Strange webView problem

2016-03-14 Thread Adrian Ivasku
Hello, I have a string that I load to a WebViev. String test1 = "[/quote_content] [/quote]Ipak, fotografije gradilišta pokazuju da se na kulama radi, " + "ali da još uvek zgrade nisu “nikle iz zemlje”. U toku su radovi na postavljanju šipova, zato što se gradi na " +

[android-developers] Re: Publishing Question

2016-03-13 Thread Adrian Ivasku
I don`t think so... It is copyrighted... On Sunday, March 13, 2016 at 2:36:20 PM UTC+1, Itay T wrote: > > Uhm?? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an

[android-developers] Advice - news app

2016-02-27 Thread Adrian Ivasku
Hello, I am trying to make a news app that would read news from a particular web page... I have done this with Jsoup library but it is very slow... on a fast phone with good internet connection it takes for 3-6 seconds to load a page... and I have optimized the code that gets the Document

[android-developers] Use gradle variable in java (Android Studio)

2016-01-27 Thread Adrian Ivasku
I have in my gradle file something like : String packageName = com.test.free Now I want this String packageName to use in my java class. Is it possible? How can I transfer this String from gradle to java ? -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Android studio inherit class from external module

2016-01-12 Thread Adrian Ivasku
try to look into the > issue - but I do not promise anything, ok? > > Τη Κυριακή, 10 Ιανουαρίου 2016 - 9:22:31 μ.μ. UTC+2, ο χρήστης Adrian > Ivasku έγραψε: >> >> Hello everybody, I have a strange question about inheritance from classes >> that are from diferent modules.

[android-developers] Re: Android studio inherit class from external module

2016-01-12 Thread Adrian Ivasku
uld also check on an actual > device before uploading; although I strongly believe that you will have no > problems. > > Keep me updated of how things proceed. And yes I will try to look into the > issue - but I do not promise anything, ok? > > Τη Κυριακή, 10 Ιανουαρίο

[android-developers] Re: Andriod error

2016-01-10 Thread Adrian Ivasku
I usually get this error when I have an error in my gradle file. Did you check the gradle file for any errors? I recently converted some projects from Eclipse to Android Studio and you need to write all the gradle files, or atleast fix them. The error is 99% in one of your gradle files. On

[android-developers] Android studio inherit class from external module

2016-01-10 Thread Adrian Ivasku
Hello everybody, I have a strange question about inheritance from classes that are from diferent modules. I have posted the question here: http://stackoverflow.com/questions/34698454/android-studio-inherit-class-from-external-module If anybody has any idea or advice, please share. Greetings

[android-developers] Re: Andriod error

2016-01-10 Thread Adrian Ivasku
I usually get this error when I have an error in my gradle file. Did you check the gradle file for any errors? On Sunday, January 10, 2016 at 2:06:11 PM UTC+1, Usha Rani wrote: > > I had converted a project from eclipse to andriod studio.When i tried to > run the project in andriod studioiam

[android-developers] Re: First app not working

2016-01-10 Thread Adrian Ivasku
I think you are trying to use the Android NDK (native) and you made an error in your gradle file. You need to either configure the gradle file with right configuration for android.ndk or force it to search the Android.mk file and read the configuration and the files to compile from there. On

[android-developers] Re: Android studio inherit class from external module

2016-01-10 Thread Adrian Ivasku
es - something that you should also check on an actual > device before uploading; although I strongly believe that you will have no > problems. > > Keep me updated of how things proceed. And yes I will try to look into the > issue - but I do not promise anything, ok? > > Τη Κ

[android-developers] Re: First app not working

2016-01-10 Thread Adrian Ivasku
>From the log, I think you are trying to use the Android NDK (native) and you made an error in your gradle file. You need to either configure the gradle file with right configuration for android.ndk or force it to search the Android.mk file and read the configuration and the files to compile

[android-developers] Re: Build fails when trying to launch my app

2016-01-10 Thread Adrian Ivasku
You need to enable multiDex On Sunday, January 10, 2016 at 12:00:57 AM UTC+1, Alain Bonnefoy wrote: > > Hello, > > I want to use ftp access within my app, so I tried different solution such > as apache common-net-3.4, ivy2.4.0 or even Chilkat 9.5.0. > > In every case, I can build my app

[android-developers] Re: Build fails when trying to launch my app

2016-01-10 Thread Adrian Ivasku
You need to enable multiDex because the number of your metdots exced the 65536. On Sunday, January 10, 2016 at 12:00:57 AM UTC+1, Alain Bonnefoy wrote: > > Hello, > > I want to use ftp access within my app, so I tried different solution such > as apache common-net-3.4, ivy2.4.0 or even Chilkat

[android-developers] Re: Andriod error

2016-01-10 Thread Adrian Ivasku
:33:00 PM UTC+1, niks wrote: > > Adrian, what you stated is my suspicion as well; that is why I wanted to > see at his dependencies ;-) > > Τη Κυριακή, 10 Ιανουαρίου 2016 - 9:29:25 μ.μ. UTC+2, ο χρήστης Adrian > Ivasku έγραψε: >> >> I usually get this error when I h