|
Hello,
since you don't want to learn Java and now that Kotlin has few free good quality courses as of now then I suggest you look into React Native[^] or Cordova[^]. They allow you to build cross-platform apps using HTML5, CSS3 and JavaScript (Web development tools). I suppose you already have skills in web development, if not, web development is relatively easy to learn.
Good luck
|
|
|
|
|
Hi friend!
Could someone help me with a full code that allow me to send GPS coordinates in mysql database without using a button and this in background running??!
Thanks
|
|
|
|
|
Sorry no, this site does not provide code to order; try freelancer.com.
|
|
|
|
|
Member 13507711 wrote: ...send GPS coordinates in mysql database... What is this supposed to mean exactly? Are you wanting to insert a row into a MySQL table that contains GPS coordinates?
Member 13507711 wrote: ...and this in background running??! Have you considered a Service.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
|
|
|
|
|
please send full source code in android eclipse otp verification email & sms
|
|
|
|
|
There are plenty of sites where you can pay someone to do your work for you. This is not one of them.
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
|
It's on its way. Be on the lookout for a plain, brown envelope.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
|
|
|
|
|
hello every one can any one give suggetion on that for how to set perticular slice color on andorid
Subhash
|
|
|
|
|
|
As Android does not have any native "slice" classes, have you tried asking on the site where the PieDataSet and PieData classes originated?
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
|
|
|
|
|
Hi Experts,
I am new to Android and also Eclipse. I am developing Android application (C++)in Eclipse IDE. I am getting below error while Building. Kindly advise.
process_begin: CreateProcess(NULL, C:/Android/NDK/android-ndk-r13b/build../toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe -MMD -MP -MF ./obj/local/armeabi/objs-debug/QlibInitJava/QLibInit_FromJava.o.d -gcc-toolchain C:/Android/NDK/android-ndk-r13b/build
make (e=2): The system cannot find the file specified.
Thank you!!
|
|
|
|
|
ptr_Electron wrote: The system cannot find the file specified. The message is telling you exactly what is wrong. It looks to me like some of those paths are not correct. You probably need to inspect your build settings.
|
|
|
|
|
ptr_Electron wrote:
I am new to Android and also Eclipse. I am developing Android application (C++)in Eclipse IDE. Which is a good reason to put Eclipse on a shelf and use Visual Studio Community 2017 instead. During installation, you can have it install everything needed for creating Android projects using C++.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
|
|
|
|
|
I am Developing a basic android app to take a photo(three photos) from the camera and send to email along with the geolocation. I am able to capture the image but unable save in local storage and send it to email along with geolocation.
|
|
|
|
|
The problem here would be that you are not understanding how content providers work in Android — they are the toughest and most confusing parts of Android development. Android platform requires apps to expose a read/write/read-write able locations to be used to share the data. If you do not expose these, overall workflow is highly difficult (if not impossible).
When you capture an image with Camera app (not talking about using the hardware camera, and controlling it yourself), the app would try to store the snapshot at a location from where you can access it. That is the part where content providers are used. Content Providers are a complete, and advanced topic in Android development (Content Providers | Android Developers), consider reading them before rewriting your app. Once the camera app does its job, you can then access the image from the File object that you passed as a Uri through content providers. Later, you can stream that file to the server or anything — that is side process.
Android developer website has the full documentation for this, Taking Photos Simply | Android Developers.
Lastly, as for the Geolocation information, consider this answer, Write/Geotag JPEGs (EXIF data) in Android - Stack Overflow, also it does not make sense but somehow it strikes me as though you are creating a camera app yourself, consider this documentation for that, Controlling the Camera | Android Developers
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~
|
|
|
|
|
I have a android app in a apk and I wonder is there a way to make it do popup alerts like it original app does? Here is the apk in question: com.waff.android.weather_twerk
Thanks in advance.
Pam G.
|
|
|
|
|
Doggirl3 wrote: I have a android app in a apk and I wonder is there a way to make it do popup alerts like it original app does? Is this supposed to make sense? If you have the (code to the) app, why would it not be possible to show "popups?"
Doggirl3 wrote: Here is the apk in question: com.waff.android.weather_twerk And that means what exactly?
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
|
|
|
|
|
The app does popups on my ipad and phone but not popping up alerts on my chromebook as a apk app. All I want is maybe a thing to make it do the popups on the apk app of the WAFF48 WEATHER APP. Thanks in advance for all the help.
Pam G.
|
|
|
|
|
I have a problem in swipe issue occured in Expandable listview in child item without any click..how i solve out..can i get any kind of help.
I have tried with using swipe layout in row xml(using third party library:- compile 'com.daimajia.swipelayout:library:1.2.0@aar'
But it is not working for me
|
|
|
|
|
We are not mind readers, so what exactly is the problem? Have you walked through the code using the debugger?
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
|
|
|
|
|
i need a full documentation on android speech to text.
as it is very urgent. Any reliable assistance will be highly appreciated.
Thanks in anticipation
|
|
|
|
|
Oluawayemi wrote: i need Then you should make an effort to do some research; Google is a good place to start.
Oluawayemi wrote: it is very urgent Not to anyone here.
|
|
|
|
|
i have done that... but i guess if anyone has a clue better than that of google its gonna be an additional adva ntage.
thanks for your info anyways
|
|
|
|
|
I Use Android Studio to write my application using telephonymanager .
The manifest is here.
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.myapplication">
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
<uses-permission android:name="android.permission.ACCESS_COARSE_UPDATES"/>
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name=".MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>
I have remember to add permission.
And The Main Activity Java code is here
package com.example.myapplication;
import android.content.Context;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.telephony.TelephonyManager;
import android.widget.TextView;
public class MainActivity extends AppCompatActivity {
TextView tv;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
tv=(TextView)findViewById(R.id.tv);
TelephonyManager TM =(TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE);
String IMEI= TM.getDeviceId();
String SubcriberNumber = TM.getLine1Number();
String ISO = TM.getSimCountryIso();
String Operator = TM.getNetworkOperator();
String SimoperatorName = TM.getSimOperatorName();
int Phone=TM.getPhoneType();
String StrPhoneType;
switch (Phone)
{
case (TelephonyManager.PHONE_TYPE_CDMA):
StrPhoneType ="CDMA Phone";
break;
case (TelephonyManager.PHONE_TYPE_GSM):
StrPhoneType ="GSM Phone";
break;
case (TelephonyManager.PHONE_TYPE_NONE):
StrPhoneType ="NONE";
break;
}
boolean isRoaming =TM.isNetworkRoaming();
String info = "Phone Detail";
info+= "\n IMEI Number"+ IMEI;
info+= "\n Sub Number"+ SubcriberNumber;
info+= "\n ISO Number"+ ISO;
info+= "\n Operator "+ Operator;
info+= "\n SIM Operator Name " + SimoperatorName;
//info+= "\n Phone type " + StrPhoneType;
info+= "\n Is Roamming " + isRoaming;
tv.setText(info);
}
}
But the App can't run.
Please help
|
|
|
|