hazeeq 0 apprentice

Can a website be made to act as a proxy

Esteban_5 0 Newbie Poster

Hi I agree with Reverend Jim, there are several factors that could define which programming language is better, I studied at the university of TECH and what I was taught was to look for the one that would give me more tools to work with more feasibility, and I came to the conclusion that Python is the best language for video games personally.

hazeeq 0 apprentice

Let's assume I already have a remote server with internet access, how do create such a setup similar to how ha tunnel plus works so that I am able to make a connection betweethe server and my physical device without data. Even if I have cellular data then we can use that to make the connection thereafter we can use the remote server's internet to surf the net. Is this something that is possible. All in all dont want my cellular data to be consumed while interacting with the internet

sankut 0 Newbie Poster

It seems you're curious about how apps like Ha Tunnel Plus, NPK Tunnel, and TLS Injector work, enabling internet access without using mobile data. Here's a brief explanation:

Tunneling Technology: Apps like Ha Tunnel Plus use tunneling protocols, possibly SSH2.0, to create a secure connection between your device and a server. This allows you to access the internet via the server's connection.

Configuration Files: The .hat configuration files likely contain essential settings for the tunnel, including server details and encryption keys. However, deciphering the encrypted text might be necessary for your custom app.

Selective App Access: Achieving selective app access to this tunnel may involve integrating the tunneling technology into your app and implementing network traffic routing specifically for your application.

Dynamic Changes: To dynamically change settings, you might need to develop a mechanism within your app to adjust tunnel parameters in real-time, allowing for flexibility.

Background Operations: To run in the background and randomize connections, you'd need to manage background processes efficiently, ensuring seamless and randomized tunneling without user intervention.

As for NPK Tunnel and TLS Injector, their workings likely involve similar tunneling concepts, possibly with variations in protocols and configurations.

Feel free to explore the provided search results for more in-depth information on these apps and their functionalities.

hazeeq 0 apprentice

@MrM it is indeed true that ha tunnel plus basically allows a physical device to use a remote server's internet access capabilities. This however seems to require a network provider but no data is needed to connect. Since the last time this topic was discussed is 2 years ago. I'm curious to know whether you have found the solution to how this technology works. I am a networking student and I am fascinated by this

James_200 0 Newbie Poster

On the iPhone X, screenshots are made by pressing the lock button and the volume up button at the same time. But these buttons are faced, one on each side. So it is very easy that when you only want to lock or unlock the iPhone X at the same time you press the volume up button and make a capture.

Sheikh_9 0 Newbie Poster

Choosing an outstanding app development company is a critical step in bringing your mobile app vision to life. Several factors contribute to selecting the right partner for your project. Firstly, assess the company's portfolio to gauge their expertise in developing apps similar to your requirements. Look for a proven track record and client testimonials to validate their success. Transparency in communication and a clear understanding of your project needs are also crucial. An awesome app development company should be adaptable to different technologies, ensuring they can meet your specific platform and feature requirements. Evaluate their approach to the entire development lifecycle, from design to post-launch support. Furthermore, consider the company's commitment to staying updated with industry trends and technologies. A collaborative and innovative mindset is key. Lastly, inquire about their team's skill set and the technologies they specialize in, ensuring they align with your project goals. By thoroughly examining these aspects, you can make an informed decision in choosing an app development company that can turn your mobile app vision into a successful reality.

rproffitt 2,565 "Nothing to see here." Moderator

Head back to FCM and compile their demo or in software speak, a minimum viable example.

If their demo or minimum viable example fails, file a bug report.

Mr.M 58 Future Programmers

Hi thanks, I mean FCM as (Firebase Cloud Messaging) this is used for Push notifications. What I think is happening is that I think Google had updated their library or something, because no matter which version I try it keep failing to resolve. I've read Cthis which says theres a library deprecation, but the problem is that no matter which update I try, it keep on failing.

Here's my Gradle:

apply plugin: 'com.android.application'
//apply plugin: 'com.google.gms.google-services'
//apply plugin: 'com.google.gms.google-services'


android {
    compileSdkVersion 28
    defaultConfig {
        applicationId "com.myuse.myapp"
        minSdkVersion 19
        targetSdkVersion 28
        versionCode 1
        versionName "1.0"
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
}

dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    implementation 'com.android.support:appcompat-v7:28.0.0-alpha1'
    implementation 'com.android.support.constraint:constraint-layout:1.1.3'
    implementation 'com.squareup.okhttp3:okhttp:3.11.0'
    implementation 'com.android.support:design:28.0.0'
    testImplementation 'junit:junit:4.12'
    androidTestImplementation 'com.android.support.test:runner:1.0.2'
    androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
     //implementation 'com.google.firebase:firebase-core:16.0.5'
    implementation 'com.google.firebase:firebase-messaging:17.3.4'
    //implementation(platform("com.google.firebase:firebase-bom:32.2.0"))
    //implementation 'com.google.firebase:firebase-core:7.2.0'
    //implementation 'com.google.firebase:firebase-messaging:4.3.10'
      //implementation 'com.google.firebase:firebase-messaging:15.0.0'
    //implementation 'com.google.firebase:firebase-messaging:32.1.1'
}

Here's the error:

Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.google.firebase:firebase-iid:[17.0.4].
Open File
Show Details


Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve com.google.firebase:firebase-iid:[17.0.4].
Open File
Show Details


Unable to resolve dependency for ':app@debugUnitTest/compileClasspath': Could not resolve com.google.firebase:firebase-iid:[17.0.4].
Open File
Show Details


Unable to resolve dependency for ':app@release/compileClasspath': Could not resolve com.google.firebase:firebase-iid:[17.0.4].
Open File
Show Details


Unable to resolve dependency for ':app@releaseUnitTest/compileClasspath': Could not resolve com.google.firebase:firebase-iid:[17.0.4].
Open File
Show Details
rproffitt 2,565 "Nothing to see here." Moderator

Keep in mind I can't replicate your issue since I have no code or your dev system. All I know is that when this happens to me most of the time it clears up when I do a "make clean" or full recompile.

Also, I would have to guess or Google what FCM is. My tip is when you use an acronym try to expand it at least one time in the conversation. Example: That's TSFM! (Too Spooky For Me.)

Have a fun Halloween as you hunt down this ghost.

Mr.M 58 Future Programmers

Hi DW, I've faced an issue with my project, it has been working these years till I think last year or the other year. When I sync it fails saying unable to resolve dependency no matter which version I try I get similar error differs with version number.

John_387 0 Newbie Poster

Can you tell me what is the difference between and atd image and just a regular one. I use CircleCI and using the regular image and it is working. Also do they have chrome and chrome tabs available, since I want to test our login and we use chrome tab to open for a 2FA signing

AnuragJain12 0 Newbie Poster

There are over a million mobile application developers across the globe, and choosing the best one out of them is the least likely job. Your mobile application development solution company will take you to the next level and you are looking forward to the rewards that a fully developed mobile application can deliver.

So, when you recruit a mobile application development company the process becomes much easier and enlightening. In reality, any business owner should consider several key factors before hiring mobile app development companies.

Factors Considered While Hiring a Mobile Application Development Company

  1. Clear Vision and Idea
  2. Customer Feedback and Experience
  3. Portfolio
  4. Know which platform the company develops an application
  5. Ownership of codes
  6. ROI
  7. Budget and Quality
  8. Firm popularity
  9. Focus on Design
  10. Application Delivery Time
Clif40RD 0 Junior Poster in Training

To refresh existing stale Firebase notification tokens in a Xamarin application using Shiny.Jobs, you can follow these steps: Create a new Shiny.Jobs job to refresh the tokens.
In the job, use the FirebaseMessaging.Instance.GetTokenAsync() method to get the current token.
If the token is stale, refresh it using the FirebaseMessaging.Instance.RefreshTokenAsync() method.
Update your database with the new token.
Maybe this can help

Thank you for your response 👌🏼, I've basically done what you suggested, not precisely, but essentially, even then if I did, the problem that still remains is, the job hadn't existed before, how is it going to run after an application update if the user with a stale device token doesn't open the application?

anthonybell897 0 Newbie Poster

Technical information:
I've made use of Shiny.Jobs to implement the background job.
I'm currently using Xamarin version number 4.8.0.1451

To refresh existing stale Firebase notification tokens in a Xamarin application using Shiny.Jobs, you can follow these steps: Create a new Shiny.Jobs job to refresh the tokens.
In the job, use the FirebaseMessaging.Instance.GetTokenAsync() method to get the current token.
If the token is stale, refresh it using the FirebaseMessaging.Instance.RefreshTokenAsync() method.
Update your database with the new token.
Maybe this can help

SCBWV 54 Junior Poster

I use two - Kroger and Walmart. I want access to the app's features without having to create an account and sign in. I want easy access to the search function with accurate results and convenient options like in stock, out of stock, and sorting. In an app for brick and mortar stored (like Kroger and Walmart), I want accurate inventory information and where to locate the item in the store.

rproffitt 2,565 "Nothing to see here." Moderator

I don't use any shopping app. I use a web browser on the usual Amazon site.

Why would we need a shopping app at all?

Paulmescal 0 Newbie Poster Banned

"Hello everyone,

I'm currently working on developing a shopping app, and I'd like to gather some insights from the community. What do you believe are the essential key features that should be considered when developing a shopping app? Your expertise and suggestions would be greatly appreciated.

Thank you!"

Leonidas_3 34 Newbie Poster

To conclude:
I find this:
https://developer.android.com/studio/intro/update
Update the IDE and SDK tools >
Update your IDE using JetBrains Toolbox
because I use 3 JetBrains IDEs --- this will be of huge help...

rproffitt commented: Here I click the Update All and carry on. +17
Gulshan_6 15 Newbie Poster

Well, if you are looking to know about which programming language is best for you then I will recommend you to choose any one programming language in between Python, JS, Java and PHP secondly if talk about framework then you can with any popular framework such as React, Angular, Node.JS, Lavaral. Well, which one will be best for you it depends on your preferences.
Thanks

Leonidas_3 34 Newbie Poster

Have you skipped an update, to jump to next of next, with applying update once only, even if you skipped it?

rproffitt commented: I don't know the exact count after a year hiatus. Updates were "many." +0
Leonidas_3 34 Newbie Poster

Do you have any idea, how many updates apply, to Android Studio to reach the current version… if had updated lastly September 2020, three years ago…?
One I idea is start updating, and if problems consider uninstalling and fresh install…

rproffitt commented: No idea. I just click once to update. I don't monitor what it does. +17
Paulmescal 0 Newbie Poster Banned

For Real Estate App Development, Python and JavaScript are commonly used programming languages. Python is excellent for data analysis and backend development, while JavaScript is crucial for frontend development. Popular frameworks include React Native and Flutter for cross-platform mobile apps and Django or Ruby on Rails for web applications. Incorporating APIs for property listings, maps, and geolocation enhances the app's functionality and relevance in the real estate industry.

Dani 4,064 The Queen of DaniWeb Administrator Featured Poster Premium Member

For the web (since that’s my area of expertise): It depends on what the app will do. Certain programming languages and technology stacks are more suited for things like real-time messaging, for example. Other technology stacks might be more suited to searching big data (billions and trillions of records).

However, if it’s just a simple interactive website, or even something such as what powers DaniWeb, it doesn’t make much of a difference. It comes down to the skill set and expertise of your development team, since most of the “magic” is in the front-end javascript, and that will be the case no matter what backend language is chosen.

However, I do notice you’re posting specifically asking about mobile development, which I’m afraid is out of my wheelhouse. If you’re writing an iOS app, then I suspect objective-c. If you’re writing an android app, I’m afraid I’m not sure what native languages it supports.

However, I do know there are frameworks nowadays where you only have to write one app and it can deploy across both iOS as well as android.

I’ll leave someone better versed than myself in mobile development to more properly answer this question.

JamesCherrill commented: For IOS Swift is replacing/ has replaced Objective C +16
tarun Nagar 0 Newbie Poster

Dear community members, I'm exploring the development of a real estate app and would love to tap into your expertise. In your experience, which programming languages and frameworks have you found to be most effective for building robust and feature-rich real estate apps?

Your insights and recommendations will be greatly appreciated!

rproffitt 2,565 "Nothing to see here." Moderator

I've only had Android Studio fail to update in one attempt. NBD (no big deal) as I clicked again on update and it finished. It's been over a decade of use for me and updates have been as Darth Vader says, "All too easy."

Leonidas_3 34 Newbie Poster

As a user of PhpStorm IDE from JetBrains, if I skip 2-3 subsequent updates, I have to update in steps, 2-3 times e.g.
2023.1.1
2023.1.4
2023.2.1
2023.2.2
In other words apply if not all, then most updates that have been skipped
Do you know if Android Studio IDE is the same?
Or, can I download newer full version and do an update in place once installation, not many updates, just one time update from app executable?

Dani 4,064 The Queen of DaniWeb Administrator Featured Poster Premium Member

I wish I could offer you some assistance, but unfortunately this topic is completely outside my wheelhouse. I’m sorry. :(

I’ll tweet your post and see if someone on my social comes to your rescue.

Clif40RD commented: Thanks for trying Dani, it seems I may have to look else where for guidance +6
Clif40RD 0 Junior Poster in Training

Is there absolutely no way of having this issue resolved?

Leonidas_3 34 Newbie Poster

Thanks for giving me, your opinion!
I already have asked and Google Android Support... as soon as they reply, I will update this post here too!