Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
native
- Page 1
Re: Android Native - How To Request Notification Permissions
Programming
Mobile Development
1 Day Ago
by Inamullah_1
Great tutorial—thanks for sharing! Just a few quick additions: Starting with Android 13 (API 33), apps must request permission for POST_NOTIFICATIONS at runtime, while older versions allow notifications by default. It’s best to check the Android version before requesting this permission to avoid unnecessary prompts. Also, remember to handle the …
Re: Convert jQuery to native Javascript
Programming
Web Development
2 Weeks Ago
by polcreation
> I know that this is probably a hopeless question, but are there any automated scripts that would *reliably* and *automagically* convert my thousands upon thousands of lines of jQuery code into
native
Javascript? Maybe try Haxe.org
Re: Are Cross-Platform Apps Slower Than Native? Or Is That Just a Myth in 2025?
Hardware and Software
Cloud-based Apps
1 Month Ago
by asadalig
…2025, cross-platform apps aren't inherently slower than
native
ones—it really depends on how they're built…. Modern frameworks like Flutter, React
Native
, and Kotlin Multiplatform have closed the performance gap significantly.…high-performance needs like advanced gaming or heavy AR,
native
still holds the edge. So, the idea that …
Are Cross-Platform Apps Slower Than Native? Or Is That Just a Myth in 2025?
Hardware and Software
Cloud-based Apps
2 Months Ago
by Himadri_3
… kind of app you're building. A few years back,
native
apps definitely had the upper hand when it came to… efficiently. But now? **Cross-platform tools** like **Flutter and React
Native
** have come a long way. Most day-to-day apps…
Convert jQuery to native Javascript
Programming
Web Development
1 Month Ago
by Dani
I know that this is probably a hopeless question, but are there any automated scripts that would *reliably* and *automagically* convert my thousands upon thousands of lines of jQuery code into
native
Javascript?
Re: Convert jQuery to native Javascript
Programming
Web Development
1 Month Ago
by rproffitt
[This tool or system at Github](https://github.com/sachinchoolur/jquery-to-javascript-converter) might be useful. If I were to try this, it would be on a single page to see how well it works for you.
Re: Convert jQuery to native Javascript
Programming
Web Development
1 Month Ago
by Dani
That tool only covers a very tiny subset of jQuery functionality, so wouldn't be useful since my intent is to be able to ditch the library. I guess I'll just [be here waiting for jQuery 4](https://www.daniweb.com/programming/web-development/threads/543260/any-jquery-4-users)!
Re: Android Native - How To Request Notification Permissions
Programming
Mobile Development
1 Month Ago
by Erussuhsh
Hi I'm new android app development can you teach me
Re: Any jQuery 4 users?
Programming
Web Development
2 Months Ago
by Dani
… writing your front end JavaScript easier and quicker than writing
native
JavaScript. However, as it is written on top of…, there’s nothing it can’t do that
native
JavaScript ultimately cannot. It just might take a whole bunch …more lines of code in
native
JS. So that’s the allure of jQuery. I don…
Re: Hello, I'm Ulf Dittmer
Community Center
Say Hello!
1 Month Ago
by Ulfson
… apps with a cross‑platform framework or only stick to
native
Android/iOS? And where do you usually find your freelance… projects? I stick to
native
Android. Way back when I thought Apache Cordova was pretty…
Re: Any jQuery 4 users?
Programming
Web Development
2 Months Ago
by Dani
… it. Nowadays, there are much more elegant JavaScript frameworks, and
native
JavaScript is often faster than jQuery. Than jQuery 3, At…
Re: Hello, I'm Ulf Dittmer
Community Center
Say Hello!
1 Month Ago
by John_165
Welcome aboard! Do you build mobile apps with a cross‑platform framework or only stick to
native
Android/iOS? And where do you usually find your freelance projects?
Re: Designers, Where Do You Get Your Visuals?
Digital Media
UI / UX Design
1 Month Ago
by jkon
…, if this service stops being free, we will use a
native
tool to do it. For content management and app/site…
Native Methods in Java
Programming
Software Development
15 Years Ago
by obscurecoder
…This is ob.i after the
native
method:" + ob.i); } // declare
native
method public
native
void test() ; // load DLL…jclass cls; jfieldID fid; jint i; printf("Starting the
native
method.\n"); cls = (*env)->GetObjectClass(env, obj…, obj, fid, 2*i); printf("Ending the
native
method.\n"); } [/code] But now when I…
Native code in apache cordova
Programming
Mobile Development
8 Years Ago
by massivefermion
… than equivalent applications that are written using the
native
development tools. As is mentioned [here](https://… some Apache Cordova applications to run slower than
native
applications with similar functionality.[27] Adobe Systems warns…for being too slow or not feeling "
native
" enough (having appearance and functionality consistent with…
Re: Native code in apache cordova
Programming
Mobile Development
8 Years Ago
by massivefermion
Well...yeah...but the good thing about using cordova is that you can build applications for different platforms using the same language. Of course if you use
native
code you should write in different languages for those portions but at least you write less duplicated code.
Native EXE files? O_O
Programming
Software Development
15 Years Ago
by lagspike
… this text was very interesting, "In combination with the
Native
EXE File feature and NecroBit, .NET Reactor is able to… convert managed methods into REAL x86
native
code." I guess it works a bit like a…
native Btrieve API using Visual Basic
Programming
Software Development
14 Years Ago
by TeBone
at a current project I was ask to provide a
native
access using Visual Basic and the Btrieve API. Since there … = "meineTestDatei.btr" ' open the btrieve file using the
native
API function ' Status = BTRCALL(OpCode, PosBlock, DataBuffer(0), DataBufferLen, KeyBuffer…
Native vs. Cross-Platform: Which is Better for Mobile App Development?
Programming
Mobile Development
3 Months Ago
by Jameswood32
Hi all, I’m deciding between developing a
native
app (iOS/Android) or using a cross-platform framework like Flutter or React
Native
. What are the pros and cons in terms of cost, performance, and scalability? What do you recommend based on your experience?
Native Error 00008
Hardware and Software
Microsoft Windows
18 Years Ago
by jado
… size or check sum of file or unsupported compression format -
Native
error: 00008. File processing error, possibly disk is full.[/I…
NAtive compailers
Programming
Software Development
18 Years Ago
by peter_budo
Does any of you can recomend some usefull resorces on
native
compilers?
Re: NAtive compailers
Programming
Software Development
18 Years Ago
by peter_budo
… as compied classes, JAR's, transferd to EXE files and
native
compilers. Found few pages which talks about why yes/no…
Native Exception in VB.NET
Programming
Software Development
17 Years Ago
by suganzeni
… i running the application i got the following error. A
Native
exception occured. Exception code:0x80000002 Exception Address:0x016c8328 Ok to…
Native Browser in JFrame
Programming
Software Development
14 Years Ago
by oldezwe
I want to embed a
native
browser(chrome, firefox, IE) inside of my jframe. I've been trying to figure out how to do this and only this for weeks and have not been able to figure it out. Can someone please provide me with a tutorial.
Re: native android app with javascript , html5 and cSS3
Programming
Mobile Development
11 Years Ago
by peter_budo
… powerful tools to create
native
mobile apps These tools are not
native
, they are cross platform, full stop.
Native
mean Android written in… and iOS devs, however they will never be fast as
native
code and will always be behind with latest Android SDK.
Re: native android app with javascript , html5 and cSS3
Programming
Mobile Development
11 Years Ago
by 203428
…. I am talking about limitation of javascript to create mobile
native
apps. ex:for me, untill now, i cannot find a… the way cordova(phonegap)/Titanium is powerful tools to create
native
mobile apps when we want to accelerate development process of…
Re: native language 'sinhala' doesnt show propely.
Programming
Mobile Development
12 Years Ago
by peter_budo
As mentioned i the [other post](http://www.daniweb.com/software-development/mobile-development/threads/430788/how-to-enable-
native
-language-in-android-phone-) till Android comes with support of the language there is nothing that can be done. I warned you that using fonts is not what proper language support does
Re: native android app with javascript , html5 and cSS3
Programming
Mobile Development
11 Years Ago
by peter_budo
javascript , html5 and cSS3 is not
native
android development. PhoneGap is now called Cordova and you can find their documentation [here](http://cordova.apache.org/docs/en/3.4.0/) and for Titanium over [here](http://docs.appcelerator.com/titanium/latest/)
Re: native android app with javascript , html5 and cSS3
Programming
Mobile Development
11 Years Ago
by radenli
Basically you can do most what Javascript can do for you. There are something which
native
code is better, like 3D graphic, cryptography etc. and of course there are something you can't do, such as Image Capture, NFC or Android OpenAccessory, all of them need to be implemented natively since there is currently no way to do this in JavaScript.
Flutter or React Native: Which one is better for building apps?
Programming
Web Development
2 Years Ago
by Chole
…or complexity of the project. What is React
Native
? React
Native
is an open source framework created and maintained …, Walmart, How does Flutter Work? Similar to React
Native
, Flutter leverages JavaScript and other front-end frameworks to …. Did you know that you can use React
Native
's
native
components to interact with the device's hardware …
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC