Skip to main content

Questions tagged [adapter]

Use this tag for questions relating to the Adapter design pattern, one of the Gang of Four's structural design patterns. Also consider using the [design-patterns] tag and a programming language tag if applicable.

-1 votes
0 answers
30 views

IO Error: The Network Adapter could not establish the connection while connect from client pc to derver

I'm new to oracle, I am able to connect my oracle server using sqlplus and cmd but when I'm trying to connect with sql developer I'm getting this error IO Error: The Network Adapter could not ...
Meme india's user avatar
0 votes
0 answers
27 views

I am getting fragment not attached to context in onResume()

I have one fragment in which onResume() method, I am using requireContext(), but sometimes the application is getting crash when opening that fragment. Here, is my current code for onResume() ...
Varshil Soni's user avatar
0 votes
1 answer
46 views

How to start a camera intent and save picture taken to a specific location for each item in a listView

I'm new to programming and I don't know how to start camera intent from the adapter and to save image to a specific location for each item in the listview. I would like when I press the button ...
Claudiu Nicusor's user avatar
1 vote
0 answers
52 views

Windows 11 PowerShell shows my network adapter as False even though it's enabled

I am running Windows 11 Home with an Intel Killer Wi-Fi 6E AX1690i network adapter. Running PowerShell as an administrator, I have enabled the adapter, and in fact it is working properly. I have ...
bfingers's user avatar
0 votes
1 answer
29 views

How can I create an adapter that can adapt between two different data machine classes

A class that stores and handles access to some machine of type A: class DataMachineA: def __init__(self): # some dummy data self.data = {"type": ["A", "A&...
amalelwatta's user avatar
-2 votes
1 answer
29 views

Switching between Adapters in android [closed]

My recylerview is misbehavieng ie data of different adapters doesnt occupy space from previous adapter making data to skipp around going downwards even after calling notify datsetchange ie : if (item....
Tommly Jumah's user avatar
0 votes
1 answer
38 views

Why my adapter isn't working and not showing on my list view?

after watching plenty of tutorials, and doing exactly the same my adapter still won't work. my application is a forum-like application where users can post forums (questions) and other users can ...
Bazinga's user avatar
0 votes
0 answers
13 views

How to load source content when the source was changed in vscode debugger

I am implementing custom functionality while debugging a remote program. Once I add new functionality I have to change the source content of the debugge.how to achieve this. I tried loadedsource event ...
Maheswarla Sujatha's user avatar
0 votes
0 answers
18 views

Organize a hierarchical view of Files using Recycle View

I wanted to implement the same File Manager app on android devices. That is: on the page there will be files and folders, above which is the hierarchical address of the current page (GalleryFragment). ...
Javohir Abdugaffor's user avatar
0 votes
0 answers
21 views

Lỗi không hiển thị được layout viewPager

enter image description here Mình đã kiểm tra lại đoạn mã và không tìm thấy lỗi nằm ở đâu, màn hình cũng không thông báo lỗi Mình thực hiện theo kênh youtube này https://www.youtube.com/watch?v=...
Mimi's user avatar
  • 1
0 votes
3 answers
44 views

Recyclerview is not shown

I want to put row_center_list.xml in the recyclerView called gym_list_recycler of fragment_center. I don't know because gpt says there are no code errors. I folloed every steps that ChatGPT told. ...
Jay's user avatar
  • 1
0 votes
0 answers
8 views

Operations on recyclerview rows

I have a recycler view with 10 rows. Each row has some edittexts and one textview. My objective is to sum the values of each textview from these 10 recycler view rows and display the result in ...
qais maqbool's user avatar
0 votes
0 answers
18 views

Project API / Adaptor - Send in data from python code to Project

Is it possible for a custom python/Django application to send in data to a Microsoft Project ID and have the Microsoft Project to parse the data I'm sending and have the project be created / edited as ...
anjanesh's user avatar
  • 4,127
0 votes
1 answer
43 views

Type Adapter for Offset in hive flutter

I have this class called DrawLine and I have generated the adapter class import 'dart:ui'; import 'package:hive/hive.dart'; part 'draw_line.g.dart'; @HiveType(typeId: 0) class DrawnLine extends ...
Kumah Andrews's user avatar
2 votes
0 answers
110 views

sveltekit adapter-node docker volume issue serving updated static files after build time

I work on a sveltekit app which is run in docker in production environment. I need to serve some "static" files uploaded from another server to production server and serve them from my app. ...
TanaT's user avatar
  • 51

15 30 50 per page
1
2 3 4 5
337